PieChart for ASP.NET Web Forms
Creating a Doughnut Chart
Task-Based Help > Creating a Doughnut Chart

To create a doughnut chart, use the InnerRadius property like the following:

In Design-Time:

  1. In design time, select the C1PieChart control and navigate to its properties window.
  2. Set the InnerRadius property to 40.

This topic illustrates the following:

The InnerRadius is set to 40 percent.

See Also