AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de los gráficos
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.
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/03/2023

Señalar un error o enviar una sugerencia | Ayuda local