ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Chart properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
Example
// Displays the upper bound of the Z-axis
Info("The upper bound of the Z-axis is " + CHART_MyChart.ZAxisMax)
Syntax
<Result> = <Chart control>.ZAxisMax
<Result>: Real
Upper bound of the Z-axis.
<Chart control>: Control name
Name of the Chart control (Surface chart) to be used.
Remarks
The ZAxisMax property can only be used on Surface charts. This property cannot be used on charts displayed in windows, Image controls or other types of charts.
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/08/2023

Send a report | Local help