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

In This Topic
    LabelMin Property (Axis)
    In This Topic
    Gets or sets whether the minimum axis value is always labeled.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("Axis.LabelMin", "Gets or sets whether the minimum axis value is always labeled.")>
    Public Property LabelMin As Boolean
    [DefaultValue(false)]
    [C1Description("Axis.LabelMin", "Gets or sets whether the minimum axis value is always labeled.")]
    public bool LabelMin {get; set;}
    See Also