Maximum X value for the specified Axis.
public Double MaxXValue {get;}

Remarks


This function returns the calculated Maximum Horizontal value for the specified AAxis. AAxis can be Axis.Top or Axis.Bottom.
Calculated means that the return value will be the Maximum value of the Maximum Series X Values. Only Series with the HorizontalAxis equal to AAxis will be considered.

Example


[C#]
tChart1.Axes.Bottom.Automatic = false; 
tChart1.Axes.Bottom.Maximum = tChart1.Axes.Bottom.MaxXValue;

See Also

Axis Class | Axis Members | Steema.TeeChart Namespace