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