[]
ITagHelper implementation for ColorScale.
[HtmlTargetElement("c1-color-scale")]
public class ColorScaleTagHelper : SettingTagHelper<ColorScale>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-color-scale")>
Public Class ColorScaleTagHelper
Inherits SettingTagHelper(Of ColorScale)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| ColorScaleTagHelper() |
| Name | Description |
|---|---|
| Binding | Configurates Binding. Sets the binding property or function. |
| CollectionName | Gets the collection name. |
| ColorUnknown | Configurates ColorUnknown. Get or sets the color for undefined values (NaN or undefined). |
| Colors | Configurates Colors. Sets the array of colors (palette) used for transformation. |
| Format | Configurates Format. Get or sets the format string for legend items. |
| Scale | Configurates Scale. Sets the scaling function. |
| Name | Description |
|---|---|
| GetObjectInstance(object) | Gets the T instance. |