Gets or sets the maximum X value of the plotted function.
[Visual Basic]
Public Property MaxX As Double
[C#]
public double MaxX {get;set;}
[Delphi]
public property MaxX: Double read get_MaxX write set_MaxX;
Remarks
Setting MaxX changes the AutoMax to false.
See Also
YFunction Class | YFunction Members | C1.Win.C1Chart Namespace | YFunction Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |