ActiveReports 6 Online Help
3D Charts
Show AllShow All
Hide AllHide All

The ActiveReports Chart control can draw a number of 3D chart types:

See below for details on each of the 3D chart types.

Note: To see a chart in three dimensions, set the ProjectionType to Orthogonal. The ProjectionType is found in the ChartArea Collection dialog in the Projection section.

Area 3D Chart

Use a 3D area chart to compare trends in two or more data series over a period of time or in specific categories, so that data can be viewed side by side.

Chart Information

Below is an example of how to set the custom chart properties at run time for a 3D area chart as shown for the first series in the image above.

To write the code in Visual Basic.NET

To write the code in C#

Bar 3D Chart

Use a 3D bar chart to compare values of items across categories, allowing the data to be viewed conveniently in a 3D format.

Chart Information

Below is an example of how to set the custom chart properties at run time for a 3D bar chart as shown above.

To write the code in Visual Basic.NET

To write the code in C#

3D Clustered Bar Chart

Use a 3D clustered bar chart to compare values of items across categories, allowing the data to be viewed conveniently in a 3D format.

Chart Information

Below is an example of how to set the custom chart properties at run time for a 3D clustered bar chart as shown above.

To write the code in Visual Basic.NET

To write the code in C#

Doughnut 3D Chart

A 3D doughnut chart shows how the percentage of each data item contributes to a total percentage, allowing the data to be viewed in a 3D format.

Chart Information

Below is an example of how to set the custom chart properties at run time for a 3D doughnut chart as shown in the image above.

To write the code in Visual Basic.NET

To write the code in C#

Funnel 3D Chart

A 3D funnel chart shows how the percentage of each data item contributes to the whole, allowing the data to be viewed in a three dimensional format.

Chart Information

Below is an example of how to set the custom chart properties at run time for a 3D funnel chart.

To write the code in Visual Basic.NET

To write the code in Visual Basic.NET

Horizontal Bar 3D Chart

Use a horizontal 3D bar chart to compare values of items across categories, allowing the data to be viewed conveniently in a 3D format with the axes reversed.

Chart Information

Below is an example of how to set the custom chart properties at run time for a 3D bar chart as shown above.

To write the code in Visual Basic.NET

To write the code in C#

Line 3D Chart

Use a 3D line chart to compare trends over a period of time or in certain categories in a 3D format.

Chart Information

Below is an example of how to set the custom chart properties at run time for a 3D line chart as shown for the first series in the image above.

To write the code in Visual Basic.NET

To write the code in C#

Pyramid 3D Chart

A 3D Pyramid chart shows how the percentage of each data item contributes to the whole, allowing the data to be viewed in a three dimensional format.

Chart Information

Below is an example of how to set the custom chart properties at run time for a Pyramid chart.

To write the code in Visual Basic.NET

To write the code in C#

Stacked Bar 3D Chart

Use a 3D bar graph to compare values of items across categories, allowing the data to be viewed conveniently in a 3D format. A stacked bar graph is a bar graph with two or more data series stacked on top of each other. Use this graph to show how each value contributes to a total.

Chart Information

Below is an example of how to set the custom chart properties at run time for a StackedBar3D chart.

To write the code in Visual Basic.NET

To write the code in C#

Stacked Bar 3D 100 Percent Chart

A StackedBar3D100Pct chart is a bar chart with two or more data series stacked one on top the other three dimensionally to sum up to 100%. Use this chart to show how each value contributes to a total with the relative size of each series representing its contribution to the total.

Chart Information

Below is an example of how to set the custom chart properties at run time for a StackedBar3D100Pct chart.

To write the code in Visual Basic.NET

To write the code in C#

See Also

How To