ChartPaneTagHelper
Example
Razor
<pane>
<border />
<chart-pane-title></chart-pane-title>
<margin />
<padding />
</pane>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartAxisDefaultsCrosshairTooltipBorderSettingsTagHelper |
| chart-pane-title | ChartPaneTitleSettingsTagHelper |
| margin | ChartWizardExportOptionsPdfMarginSettingsTagHelper |
| padding | ChartAxisDefaultsCrosshairTooltipPaddingSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | String | The unique name of the chart pane. |
| background | String | The background color of the chart pane. Accepts a valid CSS color string, including hex and rgb. |
| clip | Boolean | Specifies whether the charts in the pane should be clipped. By default all charts except radar, polar and 100% stacked charts are clipped. |
| height | Double | The chart pane height in pixels. |