Gets the maximum X value of all series.
[Visual Basic]
Public ReadOnly Property MaxX As Double
[C#]
public double MaxX {get;}
[Delphi]
public property MaxX: Double read get_MaxX;
Remarks
This property searches all series for the maximum X value (excluding holes) each time it is called. If the value is to be used repeatedly within a loop, the value should be cached in a local variable.
See Also
ChartData Class | ChartData Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |