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

In This Topic
    Position Property (PieDataLabel)
    In This Topic
    Gets or sets the position of data labels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("PieDataLabel.Position", "Gets or sets the position of data labels.")>
    Public Property Position As PieLabelPosition
    [C1Description("PieDataLabel.Position", "Gets or sets the position of data labels.")]
    public PieLabelPosition Position {get; set;}
    See Also