[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexChartBaseBuilder-3.Palette

Palette Method

Palette(params Color[])

Configurates Palette. Sets an array of default colors to be used in a treemap.

Declaration
public virtual TBuilder Palette(params Color[] colors)
Parameters
Type Name Description
Color[] colors

The color array

Returns
Type Description
TBuilder

Current builder

Remarks

The array contains strings that represent CSS colors.

Palette(IEnumerable<Color>)

Configurates Palette. Sets an array of default colors to be used in a treemap.

Declaration
public virtual TBuilder Palette(IEnumerable<Color> colors)
Parameters
Type Name Description
IEnumerable<Color> colors

The color collection

Returns
Type Description
TBuilder

Current builder

Remarks

The array contains strings that represent CSS colors.