[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.InnerRadius

InnerRadius Method

InnerRadius(float)

Configurates InnerRadius. Sets the size of the pie's inner radius.

Declaration
public TBuilder InnerRadius(float value)
Parameters
Type Name Description
float value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

The inner radius is measured as a fraction of the pie radius. The default value for this property is zero, which creates a pie. Setting this property to values greater than zero creates pies with a hole in the middle, also known as doughnut charts.