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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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