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

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