Skip to main content
All docs
V23.2

TdxChartCustomAxis.CrosshairLabels Property

Provides access to crosshair label settings.

Declaration

property CrosshairLabels: TdxChartCrosshairAxisLabels read; write;

Property Value

Type Description
TdxChartCrosshairAxisLabels

Stores crosshair axis label settings.

Remarks

Crosshair argument and value axis labels complement crosshair lines and display arguments and values that correspond to crosshair line positions within the XY diagram area.

VCL Chart Control: Crosshair Argument and Value Axis Labels

Use CrosshairLabels.Appearance and CrosshairLabels.TextFormat properties to customize general label appearance settings and apply a formatting pattern to crosshair labels.

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

See Also