TdxChartCustomSecondaryAxisCollectionItem.ValueLabels Property
In This Article
Provides access to axis value label appearance and behavior settings.
#Declaration
Delphi
property ValueLabels: TdxChartAxisValueLabels read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores axis value label appearance and behavior settings. |
#Remarks
Value labels mark values on an axis.
You can use Ticks.LabelAlignment, `ValueLabels
.Position, and ValueLabels
.Appearance properties to position axis value labels and customize their appearance.
Refer to the TdxChartAxisValueLabels class description for information on all available options.
See Also