ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / DataLabel Class / MaxAutoLabels Property

In This Topic
    MaxAutoLabels Property (DataLabel)
    In This Topic
    Gets or sets the maximum number of labels for automatic positioning.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("DataLabel.MaxAutoLabels", "Gets or sets the maximum number of labels for automatic positioning.")>
    Public Property MaxAutoLabels As Integer
    [C1Description("DataLabel.MaxAutoLabels", "Gets or sets the maximum number of labels for automatic positioning.")]
    public int MaxAutoLabels {get; set;}
    See Also