ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / Min Property

In This Topic
    Min Property (Axis)
    In This Topic
    Gets or sets the minimum value shown on the axis.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(NaN)>
    <C1DescriptionAttribute("Axis.Min", "Gets or sets the minimum value shown on the axis.")>
    Public Property Min As Double
    [DefaultValue(NaN)]
    [C1Description("Axis.Min", "Gets or sets the minimum value shown on the axis.")]
    public double Min {get; set;}
    Remarks
    If the minimum is equal to NaN(default value) the minimum is calculated automatically.
    See Also