TcxGridChartPartOrientation Enum
In This Article
Enumerates the available orientations for the elements in a chart.
#Declaration
Delphi
TcxGridChartPartOrientation = (
cpoDefault,
cpoHorizontal,
cpoVertical
);
#Members
Name |
---|
cpo
|
cpo
|
cpo
|
#Remarks
There are several orientation options for chart elements (for instance, a chart title and a chart legend).
All the possible values are listed in the following table.
Value | Meaning |
---|---|
cpo |
A chart element has the default (predefined) orientation within a chart which actually represents one of the other possible values. |
cpo |
A chart element is horizontally oriented within a chart. |
cpo |
A chart element is vertically oriented within a chart. |
Note
Use the dx
See Also