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

TdxChartCustomLabels.TextAlignment Property

Specifies horizontal value label alignment.

#Declaration

Delphi
property TextAlignment: TdxAlignment read; write; default TdxAlignment.Default;

#Property Value

Type Default Description
TdxAlignment Default

The horizontal value label alignment in relation to the base position.

#Remarks

Base positions of labels depend on the corresponding value positions and the LineLength property value. In addition, properties introduced in TdxChartCustomLabels class descendants can also affect base value label positions.

The TextAlignment property can be useful when you need to reduce overlapping of value labels of different series on the same diagram.

#Default Value

The TextAlignment property’s default value is TdxAlignment.Default.

The default TextAlignment property value indicates that value labels are centered at their base positions.

See Also