[]
Configurates Palette. Sets an array of default colors to be used in a treemap.
public virtual TBuilder Palette(params Color[] colors)
Type | Name | Description |
---|---|---|
Color[] | colors | The color array |
Type | Description |
---|---|
TBuilder | Current builder |
The array contains strings that represent CSS colors.
Configurates Palette. Sets an array of default colors to be used in a treemap.
public virtual TBuilder Palette(IEnumerable<Color> colors)
Type | Name | Description |
---|---|---|
IEnumerable<Color> | colors | The color collection |
Type | Description |
---|---|
TBuilder | Current builder |
The array contains strings that represent CSS colors.