Skip to main content

Palette Class

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

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