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

TdxChartCustomAxis.CrosshairLabels Property

Provides access to crosshair label settings.

#Declaration

Delphi
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