Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartVisualElementAppearance.FontOptions Property

Provides access to visual element font settings.

#Declaration

Delphi
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