# Radar Plot Types

This topic lists the various radar plot types available in Spread for ASP.NET such as point charts, line charts, area charts, and stripe charts.

## Content



A radar plot area contains series that have values in one dimension. When visualized in two dimensions, a radar plot area takes the form of an n-sided polygon with a circular x-axis representing categories and a radial y-axis representing values. When visualized in three dimensions, a radar plot area takes the form of an n-sided disk with a circular x-axis representing categories and a radial y-axis representing values.

A radar series is displayed in a radar plot area. Each point has value(s) in one dimension: y (radius). If a plot area has multiple y-axes then a series can be assigned to a specific axis using the axis's ID. There are several subtypes of radar series: radar point, radar line, radar area, and radar stripe.

![Radar Point Chart](https://cdn.mescius.io/document-site-files/images/346c9178-0ed8-4fb9-908b-1565b22fb408/artwork/plottypes-radar-point.png)

You can have any of these types of Radar plots:

*   [Point Charts](/spreadnet/docs/latest/online-asp/overview/spweb-devguide/spweb-chart/spweb-chartsummary/spweb-chartobjects/spweb-chartradarplot/spweb-chartradarpoint)
*   [Line Charts](/spreadnet/docs/latest/online-asp/overview/spweb-devguide/spweb-chart/spweb-chartsummary/spweb-chartobjects/spweb-chartradarplot/spweb-chartradarline)
*   [Area Charts](/spreadnet/docs/latest/online-asp/overview/spweb-devguide/spweb-chart/spweb-chartsummary/spweb-chartobjects/spweb-chartradarplot/spweb-chartradararea)
*   [Stripe Charts](/spreadnet/docs/latest/online-asp/overview/spweb-devguide/spweb-chart/spweb-chartsummary/spweb-chartobjects/spweb-chartradarplot/spweb-chartradarstripe)

For details on the API, refer to the [RadarPlotArea](/spreadnet/api/latest/online-asp/FarPoint.Web.Chart/FarPoint.Web.Chart.RadarPlotArea.html) class.