ChartPlotAreaSettingsTagHelper
Example
Razor
<plot-area>
<border />
<margin />
<padding />
</plot-area>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartPlotAreaBorderSettingsTagHelper |
| margin | ChartPlotAreaMarginSettingsTagHelper |
| padding | ChartPlotAreaPaddingSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| background | String | The background color of the chart plot area. Accepts a valid CSS color string, including hex and rgb. |
| opacity | Double | The background opacity of the chart plot area. By default the background is opaque. |