ArcGaugeGaugeAreaSettingsTagHelper
Example
Razor
<gauge-area>
<border />
<margin />
</gauge-area>
ChildTags
| Tag Name | Details |
|---|---|
| border | ArcGaugeGaugeAreaBorderSettingsTagHelper |
| margin | ArcGaugeGaugeAreaMarginSettingsTagHelper |
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. |
| width | Double | The width of the gauge area. |