TdxChartAxisTitle.Position Property
In This Article
Specifies if the axis title is positioned inside or outside the diagram area.
#Declaration
Delphi
property Position: TdxChartAxisTitlePosition read; write; default TdxChartAxisTitlePosition.Outside;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
Outside | The current axis title position. |
#Remarks
You can set the Position
property to TdxChartAxisTitlePosition.Inside to display the axis title within the diagram area.
The Position
property’s default value is TdxChartAxisTitlePosition.Outside.
See Also