Skip to main content
All docs
V23.2

TdxChartVisualElementTitleAppearance.FontOptions Property

Provides access to visual element title font settings.

Declaration

property FontOptions: TdxChartVisualElementFontOptions read; write;

Property Value

Type Description
TdxChartVisualElementFontOptions

Stores visual element font settings in the Chart control.

Remarks

Use FontOptions.Name and FontOptions.Size properties to change title font size and typeface. To change the font color, use the TextColor property.

Font setting flags present in the FontOptions.AssignedValues property value define what font settings are in effect at the current hierarchy level. If a flag is not set, the visual element inherits the corresponding font setting from its parent.

Note

A visual element title multiples the parent visual element’s font size by a scale factor to calculate the default font size if the TdxFontOptionsValue.Size flag is not present in the FontOptions.AssignedValues property value.

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

See Also