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