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

ChartModel.AppearanceName Property

Gets or sets the appearance name.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public string AppearanceName { get; set; }

Property Value

Type Description
String

The chart appearance name.

See Also