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

In This Topic
    Max Property (ParametricFunction)
    In This Topic
    Gets or sets the maximum value of the axis.
    Syntax
    'Declaration
     
    Public Overrides Property Max As System.Double
    public override System.double Max {get; set;}
    See Also