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

In This Topic
    Labels Property (Axis)
    In This Topic
    Gets or sets a value indicating whether the axis labels are visible.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.Labels", "Gets or sets a value indicating whether the axis labels are visible.")>
    <DefaultValueAttribute(True)>
    Public Property Labels As Boolean
    [C1Description("Axis.Labels", "Gets or sets a value indicating whether the axis labels are visible.")]
    [DefaultValue(true)]
    public bool Labels {get; set;}
    See Also