Skip to main content
All docs
V23.2

TdxChartCrosshairOptions.Labels Property

Provides access to crosshair label settings.

Declaration

property Labels: TdxChartCrosshairLabels read; write;

Property Value

Type Description
TdxChartCrosshairLabels

Stores Chart crosshair label settings.

Remarks

A crosshair label displays information on target series and their points.

VCL Chart Control: A Crosshair Label Example

Use Labels.Visible and Labels.Appearance properties to hide or display a crosshair label and customize its appearance settings.

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

See Also