Back to Devexpress

PolarChartBuilder.BarGroupPadding(Double) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-polarchartbuilder-dot-bargrouppadding-x28-system-dot-double-x29.md

latest1.4 KB
Original Source

PolarChartBuilder.BarGroupPadding(Double) Method

Controls the padding and consequently the angular width of a group of bars with the same argument using relative units. Ignored if the barGroupWidth property is set. Mirrors the client-side barGroupPadding option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public PolarChartBuilder BarGroupPadding(
    double value
)

Parameters

NameTypeDescription
valueDouble

The option value.

|

Returns

TypeDescription
PolarChartBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().PolarChart()
    .BarGroupPadding(10)
)

See Also

PolarChartBuilder Class

PolarChartBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace