2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / MinY Property

In This Topic
    MinY Property (ChartDataSeries)
    In This Topic
    Returns the minimum Y value of the series point data array.
    Syntax
    'Declaration
     
    Public ReadOnly Property MinY As System.Double
    public System.double MinY {get;}
    Remarks

    This property searches the 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