ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetPoint Class / MinX Property

In This Topic
    MinX Property (Chart3DDataSetPoint)
    In This Topic
    Gets the minimum X value of the chart data.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property MinX As System.Double
    public override System.double MinX {get;}
    See Also