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

TdxChartCrosshairLabelAppearance Class

Stores general appearance settings of Chart crosshair labels.

#Declaration

Delphi
TdxChartCrosshairLabelAppearance = class(
    TdxChartVisualElementAppearance
)

#Remarks

General appearance settings allow you to customize the layout of crosshair labels and modify background and font settings.

#Main API Members

The list below outlines key members of the TdxChartCrosshairLabelAppearance class that allow you to customize crosshair label appearance.

Border
Specifies if crosshair labels display a border.
BorderThickness | BorderColor
Change border thickness and color.
CaptionOffset
Adjusts the gap between crosshair label item text and glyphs.
Padding
Adjusts crosshair label content paddings.
FillOptions
Provides access to crosshair label background fill settings.
FontOptions | TextColor
Change font appearance.
ImageSize
Resizes the area allocated to crosshair label item glyphs.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.

#Direct TdxChartCrosshairLabelAppearance Class Reference

The TdxChartCrosshairLabels.Appearance property references a TdxChartCrosshairLabelAppearance object.

See Also