ChartModel.AppearanceName Property
Gets or sets the appearance name.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public string AppearanceName { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The chart appearance name. |
See Also