Returns the maximum X value of the series data.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public double MaxX { get; } |
| Visual Basic |
|---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public ReadOnly Property MaxX As Double Get |
Remarks
This property searches the 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.