TdxCustomChartControl.Appearance Property
Provides access to the Chart control’s appearance settings.
Declaration
property Appearance: TdxChartAppearance read; write;
Property Value
Type | Description |
---|---|
TdxChartAppearance | Stores Chart control appearance settings. |
Remarks
Use the Appearance
property set to configure border and chart area appearance, customize common font settings as well as adjust margins and paddings. Refer to the TdxChartAppearance class description for information on all available options.
Note
The Chart control displays two different borders if the BorderStyle and Appearance
.Border properties are set to cxcbsDefault
and bTrue
, respectively.
See Also