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.Appearance Property

Provides access to the general appearance settings of crosshair axis labels.

#Declaration

Delphi
property Appearance: TdxChartCrosshairAxisLabelAppearance read; write;

#Property Value

Type Description
TdxChartCrosshairAxisLabelAppearance

Stores crosshair axis label appearance settings.

#Remarks

Use Appearance.FontOptions and Appearance.TextColor properties to customize label font appearance. To apply a custom formatting pattern to crosshair axis labels, use the TextFormat property.

Refer to the TdxChartCrosshairAxisLabelAppearance class description for detailed information on all available general appearance settings.

See Also