public Double RelativePosition {get; set;}
Remarks
Determines the Axis position as percentage 0-100% of the Chart. 0 being Top for a horizontal Axis and Left for a vertical Axis.
Example
[C#]
tChart1.Axes.Left.PositionPercent = 50;
See Also
Axis Class | Axis Members | Steema.TeeChart Namespace