Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartCrosshairOptions.Labels Property

Provides access to crosshair label settings.

#Declaration

Delphi
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