Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomChartControl.Appearance Property

Provides access to the Chart control’s appearance settings.

#Declaration

Delphi
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