Spread ASP.NET 17
Spread for ASP.NET 17 Product Documentation / Developer's Guide / Working with the Chart Control / Understanding and Customizing Charts / Plot Types / Pie Plot Types / Pie Charts
In This Topic
    Pie Charts
    In This Topic

    The pie chart can be a pie plot such as the one shown in this figure.

    Pie Chart, example of Pie plot

    Each point in a pie series has a single data value. Each point is visualized as a pie slice.

    A pie series can be assigned a border and fill effect for the pie slices. Assigning null for a border or fill effect indicates that the property is null.

    Each point can be assigned a border, fill effect, and a detachment distance for the pie slice. Detachment distance is measured relative to pie radius (0 = no detachment, 1 = detachment is length of pie radius). The detachment distance (PieDetachments property) is used to create an exploded pie chart.

    For more information on the pie series object in the API, refer to the PieSeries class.