Axis End position as percentage of Chart.
public Double EndPosition {get; set;}

Remarks


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


[C#]

//Sets Left Vertical Axis 
tChart1.Axes.Left.StartPosition = 25;
tChart1.Axes.Left.EndPosition  = 10;

See Also

Axis Class | Axis Members | Steema.TeeChart Namespace