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

ChartChartAreaSettingsBuilder

Methods

Margin(System.Int32)

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

Parameters

value - System.Int32

An integer value to apply as margin.

Background(System.String)

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

Parameters

value - System.String

The value for Background

Border(System.Action)

The border of the chart area.

Parameters

configurator - System.Action<ChartChartAreaBorderSettingsBuilder>

The configurator for the border setting.

Height(System.Double)

The height of the chart area.

Parameters

value - System.Double

The value for Height

Margin(System.Action)

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

Parameters

configurator - System.Action<ChartChartAreaMarginSettingsBuilder>

The configurator for the margin setting.

Opacity(System.Double)

The background opacity of the chart area. By default the background is opaque.

Parameters

value - System.Double

The value for Opacity

Width(System.Double)

The width of the chart area.

Parameters

value - System.Double

The value for Width

In this article
Not finding the help you need?