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

TdxChartVisualElementTitle.Position Property

Specifies title position within a visual Chart element.

#Declaration

Delphi
property Position: TdxChartTitlePosition read; write; default TdxChartTitlePosition.Default;

#Property Value

Type Default Description
TdxChartTitlePosition Default

The current title position within the parent element area.

#Remarks

Use Position and Alignment properties to position the title within its parent visual element. The Position property defines the base title position while the Alignment property shifts the title along a horizontal or vertical line at the base position.

#Default Value

The Position property’s default value is TdxChartTitlePosition.Default.

See Also