[]
        
(Showing Draft Content)

C1.WPF.Chart.Palettes.Qualitative

Qualitative Class

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

Inheritance
Qualitative
Namespace: C1.WPF.Chart.Palettes
Assembly: C1.WPF.Chart.dll
Syntax
public class Qualitative : 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
Qualitative()

Fields

Name Description
brushes

Brushes dictionary.

Properties

Name Description
Accent

Gets the Accent palette.

Brushes

Gets the brushes dictionary.

Dark2

Gets the Dark2 palette.

Paired

Gets the Paired palette.

Pastel1

Gets the Pastel1 palette.

Pastel2

Gets the Pastel2 palette.

Set1

Gets the Set1 palette.

Set2

Gets the Set2 palette.

Set3

Gets the Set3 palette.

Methods

Name Description
GetBrushes(string)

Creates the brushes list.