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

In This Topic
    Overlapping Property (PieDataLabel)
    In This Topic
    Gets or sets the overlapping mode for data labels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("PieDataLabel.Overlapping", "Gets or sets the overlapping mode for data labels.")>
    Public Property Overlapping As PieLabelOverlapping
    [C1Description("PieDataLabel.Overlapping", "Gets or sets the overlapping mode for data labels.")]
    public PieLabelOverlapping Overlapping {get; set;}
    See Also