The InnerRadius property can be used to create a donut shaped pie chart leaving a blank inner space. The blank space can be used to display additional data.
The following image shows a donut shape FlexPie.
The following code examples demonstrate how to set this property in C#. These examples use the sample created in the Quick Start section.
C# |
Copy Code |
---|---|
fpie.InnerRadius = 0.5f; |