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