ChartChartAreaSettingsTagHelper
Example
Razor
<chart-area>
<border />
<margin />
</chart-area>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartChartAreaBorderSettingsTagHelper |
| margin | ChartChartAreaMarginSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| background | String | The background color of the chart area. Accepts a valid CSS color string, including hex and rgb. |
| height | Double | The height of the chart area. |
| opacity | Double | The background opacity of the chart area. By default the background is opaque. |
| width | Double | The width of the chart area. |