[]
Defines a builder to configurate ColorScale.
public class ColorScaleBuilder : BaseBuilder<ColorScale, ColorScaleBuilder>
Name | Description |
---|---|
ColorScaleBuilder(ColorScale) | Creates one ColorScaleBuilder instance to configurate |
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. |