ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Chart properties
10 results
The Legend property is used to:
  • Find out the label of a series.
  • Modify the label of a series.
The SecondaryAxis property is used to:
  • determine whether a chart series is on the secondary axis.
  • set the position of a chart series on the secondary axis.
The SeriesColor property is used to:
  • Get the color of a series in a chart.
  • Change the color of a series in a chart.
The SourceDescription property is used to get the name of the element used as data source of a series.
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).