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

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