TcxGridChartPartOrientation Enum
Enumerates the available orientations for the elements in a chart.
Declaration
TcxGridChartPartOrientation = (
cpoDefault,
cpoHorizontal,
cpoVertical
);
Members
| Name |
|---|
cpoDefault
|
cpoHorizontal
|
cpoVertical
|
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 |
|---|---|
| cpoDefault | A chart element has the default (predefined) orientation within a chart which actually represents one of the other possible values. |
| cpoHorizontal | A chart element is horizontally oriented within a chart. |
| cpoVertical | A chart element is vertically oriented within a chart. |
Note
Use the dxUseAntialiasingForRotatedText global constant to control if the ClearType antialiasing is applied to a rotated text in your application.
See Also