Gets the minimum Y value of all series.
[Visual Basic]
Public ReadOnly Property MinY As Double
[C#]
public double MinY {get;}
[Delphi]
public property MinY: Double read get_MinY;
Remarks
This property searches all series for the minimum Y 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.
Note that all Y data arrays are searched, including Y, Y1, Y2, Y3 data arrays.
See Also
ChartData Class | ChartData Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |