|
|
|
|
|
YAxisMin (Property) In french: AxeYMin
The YAxisMin property gets the minimum 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.
// Displays the lower bound of the Y-axis Info("The lower bound of the Y-axis is " + CHART_MyChart.YAxisMin)
Syntax
<Result> = <Chart control>.YAxisMin
<Result>: Real Lower bound of the Y-axis. <Chart control>: Control name Name of the Chart control to be used. Remarks - The YAxisMin 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|