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

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