LinearGaugeGaugeAreaSettingsTagHelper
Example
Razor
<gauge-area>
<lineargauge-gauge-area-border />
<lineargauge-gauge-area-margin />
</gauge-area>
ChildTags
Tag Name | Details |
---|---|
lineargauge-gauge-area-border | LinearGaugeGaugeAreaBorderSettingsTagHelper |
lineargauge-gauge-area-margin | LinearGaugeGaugeAreaMarginSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
background | String | The background of the gauge area. Any valid CSS color string will work here, including hex and rgb. |
height | Double | The height of the gauge area. By default, the vertical gauge is 200px and the horizontal one is 60px. |
width | Double | The width of the gauge area. By default the vertical gauge is 60px and horizontal gauge is 200px. |