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

In This Topic
    MinX Property (ChartDataSeries)
    In This Topic
    Returns the minimum X value of the series point data array.
    Syntax
    'Declaration
     
    Public ReadOnly Property MinX As System.Double
    public System.double MinX {get;}
    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