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

TdxChartCrosshairAxisLabels Class

Stores crosshair axis label settings.

#Declaration

Delphi
TdxChartCrosshairAxisLabels = class(
    TdxChartVisualElementPersistent
)

#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

You can use a Chart control’s ToolTips.CrosshairOptions.ShowArgumentLabels and ToolTips.CrosshairOptions.ShowValueLabels properties to independently hide or display crosshair argument and value axis labels.

#Main API Members

The list below outlines key members of the TdxChartCrosshairAxisLabels class that allow you to customize crosshair axis labels.

Appearance
Allows you to customize font and background appearance settings of crosshair axis labels.
TextFormat
Applies a formatting pattern to crosshair axis labels. Custom formatting patterns are particularly useful for crosshair axis labels that correspond to crosshair lines that do not snap to series points.
Assign
Copies crosshair axis label settings between XY diagrams.

#Direct TdxChartCrosshairAxisLabels Class Reference

The TdxChartCustomAxis.CrosshairLabels property references a TdxChartCrosshairAxisLabels object.

See Also