TdxChartLegendAppearance.FontOptions Property
Provides access to font settings of the chart legend pane.
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 the size and typeface of the legend’s font. To change the current 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 legend pane 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.