TdxChartTitleCollectionItem.Position Property
In This Article
Specifies title position within the Chart control.
#Declaration
Delphi
property Position: TdxChartTitlePosition read; write; default TdxChartTitlePosition.Default;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
Default | The current title position within the Chart control client area. |
#Remarks
Use Position
and Alignment properties to position the title within the Chart control. 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.
The default Position
property value positions the title at the top Chart control border.
See Also