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 / Radar Plot Types / Area Charts
In This Topic
    Area Charts
    In This Topic

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

    Radar Area Chart

    Each point has a single data value: y. Each point is visualized as a point on an area.

    A radar area series can be assigned a border, fill effect, and a depth for the area. Each point can be assigned a border and a fill effect for the area. Assigning null for the border or fill effect indicates that the property is unset. Depth is measured relative to the plot area depth (0 = no depth, 1 = depth of plot area).

    For more information on the line series object in the API, refer to the RadarAreaSeries class.