Skip to main content
A newer version of this page is available. .

TdxChartCustomAxis.ValueLabels Property

Provides access to axis value label appearance and behavior settings.

Declaration

property ValueLabels: TdxChartAxisValueLabels read; write;

Property Value

Type Description
TdxChartAxisValueLabels

Stores axis value label appearance and behavior settings.

Remarks

Value labels mark values on an axis.

VCL Chart Control: Value Labels on X and Y Axes

You can use Ticks.LabelAlignment, ValueLabels.Position, and ValueLabels.Appearance properties to position axis value labels in a diagram and customize their appearance.

Refer to the TdxChartAxisValueLabels class description for information on all available options.

See Also