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

ChartPaneDefaultsSettingsBuilder

Methods

Background(System.String)

The background color of all chart panes. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Background

Border(System.Action)

The border of all chart panes.

Parameters

configurator - System.Action<ChartPaneDefaultsBorderSettingsBuilder>

The configurator for the border setting.

Clip(System.Boolean)

Specifies whether the charts in the panes should be clipped. By default all charts except radar, polar and 100% stacked charts are clipped.

Parameters

value - System.Boolean

The value for Clip

Height(System.Double)

The default pane height in pixels.

Parameters

value - System.Double

The value for Height

Margin(System.Action)

The margin of the panes. A numeric value will set all margins.

Parameters

configurator - System.Action<ChartPaneDefaultsMarginSettingsBuilder>

The configurator for the margin setting.

Padding(System.Action)

The padding of the panes. A numeric value will set all paddings.

Parameters

configurator - System.Action<ChartPaneDefaultsPaddingSettingsBuilder>

The configurator for the padding setting.

Title(System.Action)

The title configuration of the all panes.

Parameters

configurator - System.Action<ChartPaneDefaultsTitleSettingsBuilder>

The configurator for the title setting.

In this article
Not finding the help you need?