Skip to main content
All docs
V23.2

TdxChartCrosshairAxisLabels.Appearance Property

Provides access to the general appearance settings of crosshair axis labels.

Declaration

property Appearance: TdxChartCrosshairAxisLabelAppearance read; write;

Property Value

Type Description
TdxChartCrosshairAxisLabelAppearance

Stores crosshair axis label appearance settings.

Remarks

Use Appearance.FontOptions and Appearance.TextColor properties to customize label font appearance. To apply a custom formatting pattern to crosshair axis labels, use the TextFormat property.

Refer to the TdxChartCrosshairAxisLabelAppearance class description for detailed information on all available general appearance settings.

See Also