[]
Qualitative palettes from ColorBrewer https://colorbrewer2.org .
public class Qualitative : ExtendedPalette
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.
Name | Description |
---|---|
Qualitative() |
Name | Description |
---|---|
brushes | Brushes dictionary. |
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. |
Name | Description |
---|---|
GetBrushes(string) | Creates the brushes list. |