IAxis.EndPosition
IAxis
property EndPosition: Double;
Type Library
TeeChartx
Description
Axis EndPoint as a percentage (0-100%). For a Vertical Axis a value of 75% would place the beginning of the scale at 75% down from Top.
Example [Visual Basic]:
'Sets Left Vertical Axis
TChart1.Axis.Left.StartPosition = 25
TChart1.Axis.Left.EndPosition = 10
Which results in the following Axis...