ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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 XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
centerthumb|500px|alt=AxeXMin
Example
// Affiche la borne minimale des abscisses
Info("La borne minimale de l'axe des X est " + GRF_MonGraphe.AxeXMin)
Syntax
<Result> = <Chart control>.XAxisMin
<Result>: Real
Lower bound of the X-axis.
<Chart control>: Control name
Name of the Chart control to be used.
Remarks
  • The XAxisMin 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.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/08/2024

Send a report | Local help