Skip to main content

Palette Class

Represents a palette (collection of colors) used to draw a chart.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public abstract class Palette :
    INotifyPropertyChanged

The following members return Palette objects:

#Remarks

A Palette object is returned by the ChartBase.Palette property.

#Inheritance

Object
Palette
See Also