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

In This Topic
    Overlapping Property (DataLabel)
    In This Topic
    Gets or sets the value which indicates how to handle overlapped data labels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("DataLabel.Overlapping", "Gets or sets the value which indicates how to handle overlapped data labels.")>
    Public Property Overlapping As LabelOverlapping
    [C1Description("DataLabel.Overlapping", "Gets or sets the value which indicates how to handle overlapped data labels.")]
    public LabelOverlapping Overlapping {get; set;}
    See Also