ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / LegendOrientation Property



In This Topic
    LegendOrientation Property
    In This Topic
    Gets or sets the legend orientation.
    Syntax
    'Declaration
     
    
    Public Property LegendOrientation As Orientation
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As Orientation
     
    instance.LegendOrientation = value
     
    value = instance.LegendOrientation
    public Orientation LegendOrientation {get; set;}
    public:
    property Orientation LegendOrientation {
       Orientation get();
       void set (    Orientation value);
    }
    See Also