Back to Devexpress

TdxChartVisualElementTitle.Alignment Property

vcl-dxchartcore-dot-tdxchartvisualelementtitle-96a6d1fa.md

latest1.3 KB
Original Source

TdxChartVisualElementTitle.Alignment Property

Specifies title alignment.

Declaration

delphi
property Alignment: TdxAlignment read; write; default TdxAlignment.Default;

Property Value

TypeDefaultDescription
TdxAlignmentDefault

The title alignment in relation to the current base position.

|

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 Alignment property’s default value is TdxAlignment.Default.

The default Alignment property value indicates that the title is centered at the current base position.

See Also

TdxChartVisualElementTitle Class

TdxChartVisualElementTitle Members

dxChartCore Unit