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

TdxChartAxisValueLabels.Position Property

Specifies if value labels are located inside or outside the area of an XY diagram.

#Declaration

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

#Property Value

Type Default Description
TdxChartAxisValueLabelPosition Outside

The current position of value labels in relation to the diagram area.

#Remarks

You can set the Position property to TdxChartAxisValueLabelPosition.Inside to display axis value labels within the diagram area.

#Default Value

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

See Also