[]
        
(Showing Draft Content)

C1.WPF.Chart.Palettes.SequentialMulti

SequentialMulti Class

Sequential multi-hue palettes from ColorBrewer https://colorbrewer2.org .

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

Sequential palettes are used for data that have ordered, quantitative nature, for example precipitation amount or number of road incidents for some region.In addition to lightness variation, these color schemes also use several hues to improve perception.

Constructors

Name Description
SequentialMulti()

Fields

Name Description
brushes

Brushes dictionary.

Properties

Name Description
Brushes

Gets the brushes dictionary.

BuGn

Gets the BuGn (Blue-Green) palette.

BuPu

Gets the BuPu (Blue-Purple) palette.

GnBu

Gets the GnBu (Green-Blue) palette.

OrRd

Gets the OrRd (Orange-Red) palette.

PuBu

Gets the PuBu (Purple-Blue) palette.

PuBuGn

Gets the PuBuGn (Purple-Blue-Green) palette.

PuRd

Gets the PuRd (Purple-Red) palette.

RdPu

Gets the RdPu (Red-Purple) palette.

YlGn

Gets the YlGn (Yellow-Green) palette.

YlGnBu

Gets the YlGnBu (Yellow-Green-Blue) palette.

YlOrBr

Gets the YlOrBr (Yellow-Orange-Brown) palette.

YlOrRd

Gets the YlOrRd (Yellow-Orange-Red) palette.

Methods

Name Description
GetBrushes(string)

Creates the brushes list.