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