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

3D Chart Types

In addition to a large variety of 2D chart types (also called view types), the ASP.NET Chart Control gives you the ability to publish your data in an attractive and high-fidelity 3D-like style. To do this, just choose any of the available 3D chart types, and provide data of the appropriate type to the WebChartControl - and that’s all!

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

A - L

M - S

S

ChartType_area3ds.png

Area Chart

ChartType_manhattanbars.png

Manhattan Bar Chart

ChartType_stackedarea3ds.png

Stacked Area Chart

ChartType_doughnut3d.png

Doughnut Chart

ChartType_pie3ds.png

Pie Chart

ChartType_stackedbar3D.png

Stacked Bar Chart

ChartType_fullstackedarea3ds.png

Full-Stacked Area Chart

ChartType_RangeArea3D

Range Area Chart

ChartType_StackedLine3D

Stacked Line Chart

ChartType_fullstackedbar3D.png

Full-Stacked Bar Chart

ChartType_bar3D.png

Side-by-Side Bar Chart

ChartType_stackedsplinearea3d

Stacked Spline Area Chart

ChartType_FullStackedLine3D

Funnel Chart

ChartType_bar3D.png

Side-by-Side Full-Stacked Bar Chart

ChartType_StepArea3D

Step Area Chart

ChartType_fullstackedsplinearea3d

Full-Stacked Spline Area Chart

ChartType_bar3D.png

Side-by-Side Stacked Bar Chart

ChartType_stepline3ds.png

Step Line Chart

ChartType_funnel3d

Funnel Chart

ChartType_splinearea3d

Spline Area Chart

ChartType_line3ds.png

Line Chart

ChartType_spline3d

Spline Chart

Also note that with the ASP.NET Chart Control, it is possible to combine several 3D charts together into a single composite chart. Refer to the Combining Different Series Views document for more information on composite charts.