Skip to main content
All docs
V23.2

TdxChartCrosshairLabelAppearance.FontOptions Property

Provides access to crosshair label font settings.

Declaration

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