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

Provides access to crosshair label font settings.

#Declaration

Delphi
property FontOptions: TdxChartVisualElementFontOptions read; write;

#Property Value

Type Description
TdxChartVisualElementFontOptions

Stores font settings for visual Chart elements.

#Remarks

Use FontOptions.Name and FontOptions.Size properties to change font size and typeface in crosshair labels. To change the current font color, use the TextColor property.

Refer to the TdxChartVisualElementFontOptions class description for detailed information on all available options.

See Also