Returns the minimum X value of the series point data array.
[Visual Basic]
Public ReadOnly Property MinX As Double
[C#]
public double MinX {get;}
[Delphi]
public property MinX: Double read get_MinX;
Remarks
This property searches the series for the minimum 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
ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |