Skip to main content

ChartModel.AppearanceName Property

Gets or sets the appearance name.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
String

The chart appearance name.

See Also