|
|
|
|
|
XAxisMin (Property) In french: AxeXMin
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. Info("The lower bound of the X-axis is " + CHART_MyChart.XAxisMin) 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.
This property is available for interactive charts only.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|