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

TdxChartCrosshairAxisLabelAppearance Class

Stores crosshair axis label appearance settings.

#Declaration

Delphi
TdxChartCrosshairAxisLabelAppearance = class(
    TdxChartVisualElementAppearance
)

#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

#Main API Members

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

FontOptions | TextColor
Customize label font appearance.
FillOptions
Provides access to label background fill settings.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.
Assign
Copies general axis label appearance settings between XY diagrams.

#Direct TdxChartCrosshairAxisLabelAppearance Class Reference

The TdxChartCrosshairAxisLabels.Appearance property references a TdxChartCrosshairAxisLabelAppearance object.

See Also