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

TcxCustomGridChartTitle.Position Property

Specifies the position and orientation of the title text within the chart.

#Declaration

Delphi
property Position: TcxGridChartPartPosition read; write; default cppDefault;

#Property Value

Type Default
TcxGridChartPartPosition cppDefault

#Remarks

Refer to the TcxGridChartPartPosition type description to learn about available options.

Note

Use the dxUseAntialiasingForRotatedText global constant to control if the ClearType antialiasing is applied to a rotated text (including vertically oriented titles) in your application.

The default value of the Position property is cppDefault.

See Also