Skip to main content
A newer version of this page is available. .

BootstrapPieChart.InnerRadius Property

Specifies the fraction of the inner radius relative to the total radius in the series of the “doughnuttype. The value should be between 0 and 1.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(typeof(decimal), "0.5")]
[Range(typeof(decimal), "0", "1")]
public decimal InnerRadius { get; set; }

Property Value

Type Default Description
Decimal "0.5"

An decimal value specifying the fraction of the inner radius relative to the total radius.

Remarks

Use this option to change the amount of space occupied by the inner area of the doughnut-type pie chart.

See Also