Back to Devexpress

TdxChartVisualElementTitle.Position Property

vcl-dxchartcore-dot-tdxchartvisualelementtitle-740ec526.md

latest1.2 KB
Original Source

TdxChartVisualElementTitle.Position Property

Specifies title position within a visual Chart element.

Declaration

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

Property Value

TypeDefaultDescription
TdxChartTitlePositionDefault

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

TdxChartVisualElementTitle Class

TdxChartVisualElementTitle Members

dxChartCore Unit