Skip to main content
A newer version of this page is available. .

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 give you the ability to display data as any of the basic chart types, or even as a combination of different series views. In addition, if the data provided for a particular chart type is still valid for another chart type, you can change the current series view with a single click or line of code (see How to: Change the View of a Series) - which makes the Chart Control more flexible when representing data.

The topics listed in this section describe the 2D chart types available in the ASP.NET Chart Control, along with short descriptions on how to use them. The following 2D chart types are available:

A - F

L - P

R - S

S

S

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_bubble

Bubble 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_candlesticks.png

Candle Stick 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_doughnut.png

Doughnut Chart

ChartType_rangebars.png

Overlapped Range Bar Chart

ChartType_RangeArea

Range Area Chart

ChartType_splinearea

Spline Area Chart

ChartType_fullstackedareas.png

Full-Stacked Area Chart

ChartType_pies.png

Pie Chart

ChartType_ScatterLine

Scatter Line Chart

ChartType_spline

Spline Chart

ChartType_fullstackedbars.png

Full-Stacked Bar Chart

ChartType_points.png

Point Chart

ChartType_ScatterLine

Scatter Polar Line Chart

ChartType_stackedareas

Area Chart

ChartType_FullStackedLine

Full-Stacked Line Chart

ChartType_polarareas.png

Polar Area Chart

ChartType_ScatterLine

Scatter Radar Line Chart

ChartType_stackedbars

Stacked Bar Chart

ChartType_fullstackedsplinearea

Full-Stacked Spline Area Chart

ChartType_polarlines.png

Polar Line Chart

ChartType_bars.png

Side-by-Side Bar Chart

ChartType_StackedLine

Stacked Line Chart

ChartType_funnel2d

Funnel Chart

ChartType_polarpoints.png

Polar Point Chart

ChartType_SbSfullstackedbars

Side-by-Side Full-Stacked Bar Chart

ChartType_stackedsplinearea

Stacked Spline Area Chart

Moreover, the ASP.NET Chart Control introduces 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, it is possible to combine multiple 2D charts in a single composite chart. Refer to the Combining Different Series Views document for more information on composite charts.