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

In This Topic
    OverlappingOptions Property (DataLabel)
    In This Topic
    Gets or sets the label overlapping options.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("DataLabel.OverlappingOptions", "Gets or sets the label overlapping options.")>
    Public Property OverlappingOptions As LabelOverlappingOptions
    [C1Description("DataLabel.OverlappingOptions", "Gets or sets the label overlapping options.")]
    public LabelOverlappingOptions OverlappingOptions {get; set;}
    See Also