ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Chart properties
10 results
Legend (Property)
The Legend property is used to:
  • Find out the label of a series.
  • Modify the label of a series.
SecondaryAxis (Property)
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.
SeriesColor (Property)
The SeriesColor property is used to:
  • Get the color of a series in a chart.
  • Change the color of a series in a chart.
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
XAxisMax (Property)
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.
XAxisMin (Property)
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.
YAxisMax (Property)
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.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).