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

In This Topic
    MaxX Property (ChartData)
    In This Topic
    Gets the maximum X value of all series.
    Syntax
    'Declaration
     
    Public ReadOnly Property MaxX As System.Double
    public System.double MaxX {get;}
    Remarks
    This property searches all 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.
    See Also