TcxGridChartLegend.Orientation Property
Specifies the orientation of the chart legend within the chart.
Declaration
property Orientation: TcxGridChartPartOrientation read; write; default cpoDefault;
Property Value
Type | Default |
---|---|
TcxGridChartPartOrientation | cpoDefault |
Remarks
Set the Orientation property to designate the orientation of the chart legend (either vertical or horizontal) and arrange the chart legend within the chart in the best way possible (for instance, depending upon the type of the diagram displayed in the chart). All possible values for this property are listed in the TcxGridChartPartOrientation type topic.
The default value of the Orientation property is cpoDefault.
See Also