New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartPaneTagHelper

Example

<pane>
    <border />
    <chart-pane-title></chart-pane-title>
    <margin />
    <padding />
</pane>

ChildTags

Tag Name Details
border ChartAxisDefaultsCrosshairTooltipBorderSettingsTagHelper
chart-pane-title ChartPaneTitleSettingsTagHelper
margin ChartAxisDefaultsTitleMarginSettingsTagHelper
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.
In this article
Not finding the help you need?