[]
        
(Showing Draft Content)

C1.WPF.Chart.Palettes.SequentialSingle

SequentialSingle Class

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

Inheritance
SequentialSingle
Namespace: C1.WPF.Chart.Palettes
Assembly: C1.WPF.Chart.dll
Syntax
public class SequentialSingle : 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.These color schemes are shade variations of a single base color, usually from light to dark.

Constructors

Name Description
SequentialSingle()

Fields

Name Description
brushes

Brushes dictionary.

Properties

Name Description
Blues

Gets the Blues palette.

Brushes

Gets the brushes dictionary.

Greens

Gets the Greens palette.

Greys

Gets the Greys palette.

Oranges

Gets the Oranges palette.

Purples

Gets the Purples palette.

Reds

Gets the Reds palette.

Methods

Name Description
GetBrushes(string)

Creates the brushes list.