ComponentOne FinancialChart for WPF
LegendOrientation Property



C1.WPF.Chart Namespace > FlexChartBase Class : LegendOrientation Property
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

Reference

FlexChartBase Class
FlexChartBase Members