TdxChartCustomLabelsAppearance.FontOptions Property
Provides access to font settings of a chart label.
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 label 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 chart label 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.