2D Chart Types
- 2 minutes to read
The ASP.NET Chart Control provides a wide variety of different 2D chart types (also called view types), which allow you to display data in any basic chart type, or in a combination of different series views. In addition, if the data provided for a particular chart type is compatible with another chart type, you can change the current series view with a single click or line of code - which makes the Chart Control more flexible when displaying data. For details on how to change a series view, see the following help topic: How to: Change the View of a Series.
The following chart types are available in the ASP.NET Chart Control. For information on how to use a particular chart type, click the corresponding link below.
A - F | L - P | R - S | S | S - W |
---|---|---|---|---|
The ASP.NET Chart Control also includes a special chart type that uses an optimized algorithm for quick series rendering, which allows you to display a very large quantity of points:
Also note that with the ASP.NET Chart Control, you can combine multiple 2D charts in a single composite chart. For more information on composite charts, refer to the following help topic: Combining Different Series Views.