TdxChartTitleCollectionItem.Appearance Property
In This Article
Provides access to general title appearance settings.
#Declaration
Delphi
property Appearance: TdxChartVisualElementTitleAppearance read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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