TdxChartAxisValueLabels.Position Property
In This Article
Specifies if value labels are located inside or outside the area of an XY diagram.
#Declaration
Delphi
property Position: TdxChartAxisValueLabelPosition read; write; default TdxChartAxisValueLabelPosition.Outside;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
Outside | The current position of value labels in relation to the diagram area. |
#Remarks
You can set the Position
property to TdxChartAxisValueLabelPosition.Inside to display axis value labels within the diagram area.
#Default Value
The Position
property’s default value is TdxChartAxisValueLabelPosition.Outside.
See Also