Gets or sets the maximum X value of the plotted function.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [RefreshPropertiesAttribute(RefreshProperties.All)] public double MaxX { get; set; }  | 
| Visual Basic | 
|---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ Public Property MaxX As Double Get Set  | 
Remarks
            Setting MaxX changes the AutoMax to false.