TdxChartVisualElementAppearance.FontOptions Property
Provides access to visual element font settings.
Declaration
property FontOptions: TdxFontOptions read; write;
Property Value
Type | Description |
---|---|
TdxFontOptions | Stores font settings for use in DevExpress controls. |
Remarks
Use FontOptions
.Name and FontOptions
.Size properties to change font size and typeface in the visual element. To change the current font color, use the TextColor property.
Refer to the TdxFontOptions class description for detailed information on all available options.
See Also