TdxChartTitleCollectionItem.Alignment Property
Specifies title alignment.
Declaration
property Alignment: TdxAlignment read; write; default TdxAlignment.Default;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxAlignment | Default | The title alignment in relation to the current base position. |
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 Alignment property’s default value is TdxAlignment.Default.
The default Alignment property value centers the title at the base position.
See Also