TdxChart.Appearance Property
Provides access to chart appearance settings.
Declaration
property Appearance: TdxChartAppearance read; write;
Property Value
Type | Description |
---|---|
TdxChartAppearance | Stores general Chart control appearance settings. |
Remarks
Important
Do not use the Appearance
property in your code. To customize general appearance settings in the Chart control, use its Appearance property instead.
See Also