[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColorScaleBuilder

ColorScaleBuilder Class

Defines a builder to configurate ColorScale.

Inheritance
HideObjectMembers
ColorScaleBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class ColorScaleBuilder : BaseBuilder<ColorScale, ColorScaleBuilder>

Constructors

Name Description
ColorScaleBuilder(ColorScale)

Creates one ColorScaleBuilder instance to configurate obj.

Methods

Name Description
Binding(string)

Configurates Binding. Sets the binding property or function.

ColorUnknown(string)

Configurates ColorUnknown. Get or sets the color for undefined values (NaN or undefined).

Colors(IEnumerable<Color>)

Configurates Colors. Sets sets the array of colors (palette) used for transformation..

Colors(params string[])

Configurates Colors. Sets sets the array of colors (palette) used for transformation..

Format(string)

Configurates Format. Get or sets the format string for legend items.

Scale(string)

Configurates Scale. Sets the scaling function.