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

TdxChartCrosshairLabels Class

Stores Chart crosshair label settings.

#Declaration

Delphi
TdxChartCrosshairLabels = class(
    TdxChartVisualElementPersistent
)

#Remarks

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

VCL Chart Control: A Crosshair Label Example

#Main API Members

The list below outlines key members of the TdxChartCrosshairLabels class that allow you to customize crosshair labels in the Chart control.

Visible
Hides or displays a crosshair label.
Appearance
Provides access to crosshair label appearance settings.
Assign
Copies crosshair label settings between Chart controls.

#Direct TdxChartCrosshairLabels Class Reference

The TdxChartCrosshairOptions.Labels property references a TdxChartCrosshairLabels object.

See Also