Skip to main content

ChartModel.ChartAppearance Property

Gets or sets the appearance currently used.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.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