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 ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Example
// Displays the lower bound of the Z-axis
Info("The lower bound of the Z-axis is " + CHART_MyChart.ZAxisMin)
Syntax
<Result> = <Chart control>.ZAxisMin
<Result>: Real
Lower bound of the Z-axis.
<Chart control>: Control name
Name of the Chart control (Surface chart) to be used.
Remarks
The ZAxisMin 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