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

TcxGridChartPartPosition Enum

Enumerates the available positions for the elements in a chart.

#Declaration

Delphi
TcxGridChartPartPosition = (
    cppDefault,
    cppNone,
    cppLeft,
    cppTop,
    cppRight,
    cppBottom
);

#Members

Name
cppDefault
cppNone
cppLeft
cppTop
cppRight
cppBottom

#Remarks

There are several possible positioning options for chart elements (for instance, a chart title, chart axis titles and a chart legend) whose positions are determined relative to the diagram’s area.

All the possible values are listed in the following table.

Value Meaning
cppDefault A chart element has the default (predefined) position within a chart which actually represents one of the other possible values.
cppNone A chart element is not displayed within a chart.
cppLeft A chart element is displayed to the left of the diagram.
cppTop A chart element is displayed above the diagram.
cppRight A chart element is displayed to the right of the diagram.
cppBottom A chart element is displayed under the diagram.

Note

Use the dxUseAntialiasingForRotatedText global constant to control if the ClearType antialiasing is applied to a rotated text in your application.

See Also