TChartAxis.LabelsAlign
TChartAxis
property LabelsAlign: TAxisLabelAlign;
Unit
TeEngine
Description
The LabelsAlign specifies how axis labels are displayed.
alDefault means the label will be displayed towards the axis line (chart boundaries).
alOpposite means the label will be displayed left-justified in case of Left axis, and right-justified in case of Right axis.
It does not apply to TChartAxis.horizontal axis ( Top and Bottom )