[]
        
(Showing Draft Content)

C1.WPF.Chart.Palettes.Diverging

Diverging Class

Diverging palettes from ColorBrewer https://colorbrewer2.org .

Inheritance
Diverging
Namespace: C1.WPF.Chart.Palettes
Assembly: C1.WPF.Chart.dll
Syntax
public class Diverging : ExtendedPalette
Remarks

Qualitative (or categorical) palettes are usually used for plotting independent data categories which don't have any specific order. For example, the series that represents shipping methods or product types.The colors in these palettes are selected to be distinctive and clearly indicate difference between data series.

Constructors

Name Description
Diverging()

Fields

Name Description
brushes

Brushes dictionary.

Properties

Name Description
BrBG

Gets the BrBG (Brown Blue-Green) palette.

Brushes

Gets the brushes dictionary.

PRGn

Gets the PRGn palette.

PiYG

Gets the PiYG (Pink Yellow-Green) palette.

PuOr

Gets the PuOr (Purple Orange) palette.

RdBu

Gets the RdBu palette.

RdGy

Gets the RdGy palette.

RdYlBu

Gets the RdYlBu palette.

RdYlGn

Gets the RdYlGn palette.

Spectral

Gets the Spectral palette.

Methods

Name Description
GetBrushes(string)

Creates the brushes list.