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

3D Series Views

  • 2 minutes to read

In addition to a large variety of 2D chart types (also called view types), the WinForms 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 ChartControl - and that’s all! In addition, the smart rotation feature enables you to adjust the 3D position of your chart via the mouse pointer, both at design time and runtime.

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

Area Series Views

ChartType_area3ds.png

Area Chart

ChartType_splinearea3d

Spline Area Chart

ChartType_StepArea3D

Step Area Chart

ChartType_stackedarea3ds.png

Stacked Area Chart

ChartType_stackedsplinearea3d

Stacked Spline Area Chart

ChartType_fullstackedarea3ds.png

Full-Stacked Area Chart

ChartType_fullstackedsplinearea3d

Full-Stacked Spline Area Chart

ChartType_RangeArea3D

Range Area Chart

For more information about area series types, refer to the Area Series Views topic.

Bar Series Views

ChartType_bar3D.png

Side-by-Side Bar Chart

ChartType_bar3D.png

Side-by-Side Stacked Bar Chart

ChartType_bar3D.png

Side-by-Side Full-Stacked Bar Chart

ChartType_stackedbar3D.png

Stacked Bar Chart

ChartType_fullstackedbar3D.png

Full-Stacked Bar Chart

ChartType_manhattanbars.png

Manhattan Bar Chart

For more information about bar series types, refer to the Bar Series Views topic.

Pie and Donut Series Views

ChartType_pie3ds.png

Pie Chart

ChartType_doughnut3d.png

Doughnut Chart

For more information about pie and donut series types, refer to the Pie and Donut Series Views topic.

Line Series Views

ChartType_line3ds.png

Line Chart

ChartType_StackedLine3D

Stacked Line Chart

ChartType_FullStackedLine3D

Full-Stacked Line Chart

ChartType_spline3d

Spline Chart

ChartType_stepline3ds.png

Step Line Chart

For more information about area series types, refer to the Line Series Views topic.

Funnel Series View

ChartType_funnel3d

Funnel Series View

See Also