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

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