Skip to main content
A newer version of this page is available. .

TdxChartVisualElementTitle.Appearance Property

Provides access to general title appearance settings.

Declaration

property Appearance: TdxChartVisualElementTitleAppearance read; write;

Property Value

Type Description
TdxChartVisualElementTitleAppearance

Stores title appearance settings.

Remarks

You can use Appearance.FontOptions and Appearance.TextColor properties to customize text appearance. Refer to the TdxChartVisualElementTitleAppearance class description for detailed information on all available options.

See Also