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 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.
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