Skip to main content
A newer version of this page is available. .

ChartModel.ChartAppearance Property

Gets or sets the appearance currently used.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public ChartAppearance ChartAppearance { get; set; }

Property Value

Type Description
ChartAppearance

The chart appearance.

See Also