A newer version of this page is available.
Switch to the current version.
BootstrapPieChart.InnerRadius Property
Specifies the fraction of the inner radius relative to the total radius in the series of the "doughnut" type. The value should be between 0 and 1.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(typeof(decimal), "0.5")]
[Range(typeof(decimal), "0", "1")]
public decimal InnerRadius { get; set; }
<DefaultValue(GetType(Decimal), "0.5")>
<Range(GetType(Decimal), "0", "1")>
Public Property InnerRadius As Decimal
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
Feedback