Palette() Constructor
OBSOLETE
This constructor is now obsolete. Use the Palette(string name) constructor instead.
Initializes a new instance of the Palette class with the default settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Obsolete("This constructor is now obsolete. Use the Palette(string name) constructor instead.")]
public Palette()
See Also