Skip to main content

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

ChartType_areas.png
Area Chart

ChartType_lines.png
Line Chart

ChartType_radarareas.png
Radar Area Chart

ChartType_sidebysidegantts
Side-by-Side Gantt Chart

ChartType_StepArea
Step Area Chart

ChartType_box-plot
Box Plot Chart

ChartType_nested_doughnut
Nested Doughnut Chart

ChartType_radarlines.png
Radar Line Chart

ChartType_sidebysiderangebars
Side-by-Side Range Bar Chart

ChartType_steplines
Step Line Chart

ChartType_bubble
Bubble Chart

ChartType_gantts.png
Overlapped Gantt Chart

ChartType_radarpoints.png
Radar Point Chart

ChartType_SbSstackedbar
Side-by-Side Stacked Bar Chart

ChartType_stocks
Stock Chart

ChartType_candlesticks.png
Candle Stick Chart

ChartType_rangebars.png
Overlapped Range Bar Chart

ChartType_RangeArea
Range Area Chart

ChartType_splinearea
Spline Area Chart

Waterfall
Waterfall Chart

ChartType_doughnut.png
Doughnut Chart

ChartType_pies.png
Pie Chart

ChartType_ScatterLine
Scatter Line Chart

ChartType_spline
Spline Chart

ChartType_fullstackedareas.png
Full-Stacked Area Chart

ChartType_points.png
Point Chart

ChartType_ScatterLine
Scatter Polar Line Chart

ChartType_stackedareas
Area Chart

ChartType_fullstackedbars.png
Full-Stacked Bar Chart

ChartType_polarareas.png
Polar Area Chart

ChartType_ScatterLine
Scatter Radar Line Chart

ChartType_stackedbars
Stacked Bar Chart

ChartType_FullStackedLine
Full-Stacked Line Chart

ChartType_polarlines.png
Polar Line Chart

ChartType_bars.png
Side-by-Side Bar Chart

ChartType_StackedLine
Stacked Line Chart

ChartType_fullstackedsplinearea
Full-Stacked Spline Area Chart

ChartType_polarpoints.png
Polar Point Chart

ChartType_SbSfullstackedbars
Side-by-Side Full-Stacked Bar Chart

ChartType_stackedsplinearea
Stacked Spline Area Chart

ChartType_funnel2d
Funnel Chart

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:

ChartType_SwiftPlot

Swift Plot

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.