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

ChartPlotAreaSettingsBuilder

Methods

Background(System.String)

The background color of the chart plot 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 plot area.

Parameters

configurator - System.Action<ChartPlotAreaBorderSettingsBuilder>

The configurator for the border setting.

Margin(System.Action)

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

Parameters

configurator - System.Action<ChartPlotAreaMarginSettingsBuilder>

The configurator for the margin setting.

Opacity(System.Double)

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

Parameters

value - System.Double

The value for Opacity

Padding(System.Action)

The padding of the chart plot area. A numeric value will set all paddings.The default padding for pie, donut, radar and polar charts is proportional of the chart size.

Parameters

configurator - System.Action<ChartPlotAreaPaddingSettingsBuilder>

The configurator for the padding setting.

In this article
Not finding the help you need?