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 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.
YAxisMax
Example
// Displays the upper bound of the Y-axis
Info("The upper bound of the Y-axis is " + CHART_MyChart.YAxisMax)
Syntax
<Result> = <Chart control>.YAxisMax
<Result>: Real
Upper bound of the Y-axis.
<Chart control>: Control name
Name of the Chart control to be used.
Remarks
  • The YAxisMax property can only be used on Chart controls. This property cannot be used on charts displayed in windows or Image controls.
  • WEBDEV - Browser code This property is available for interactive charts only.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/03/2024

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