Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartPartOrientation Enum

Enumerates the available orientations for the elements in a chart.

#Declaration

Delphi
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