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

TdxChartAxisTitle.Position Property

Specifies if the axis title is positioned inside or outside the diagram area.

#Declaration

Delphi
property Position: TdxChartAxisTitlePosition read; write; default TdxChartAxisTitlePosition.Outside;

#Property Value

Type Default Description
TdxChartAxisTitlePosition Outside

The current axis title position.

#Remarks

You can set the Position property to TdxChartAxisTitlePosition.Inside to display the axis title within the diagram area.

The Position property’s default value is TdxChartAxisTitlePosition.Outside.

See Also