public Double MinXValue {get;}
Remarks
This function returns the calculated Minimum Horizontal value for the specified AAxis. AAxis can be Axis.Top or Axis.Bottom.
Calculated means that the return value will the Minimum value of the Minimum Series X Values. Only Series with the HorizontalAxis equal to AAxis will be considered.
Example
[C#]
tChart1.Axes.Top.Automatic = false;
tChart1.Axes.Top.Minimum = TChart1.Axes.Top.MinXValue;
See Also
Axis Class | Axis Members | Steema.TeeChart Namespace