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

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