Back to Devexpress

TdxCustomChartControl.Appearance Property

vcl-dxchartcontrol-dot-tdxcustomchartcontrol-5f878a7b.md

latest1.5 KB
Original Source

TdxCustomChartControl.Appearance Property

Provides access to the Chart control’s appearance settings.

Declaration

delphi
property Appearance: TdxChartAppearance read; write;

Property Value

TypeDescription
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

TdxChartCustomDiagram.Appearance Property

TdxCustomChartControl Class

TdxCustomChartControl Members

dxChartControl Unit