RadialGaugeScaleSettingsRangeTagHelper
Example
Razor
<range>
</range>
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The color of the range. Any valid CSS color string will work here, including hex and rgb. |
| from | Double | The start position of the range in scale units. |
| opacity | Double | The opacity of the range. |
| to | Double | The end position of the range in scale units. |