New to Telerik UI for WinForms? Download free 30-day trial

3D Bar Chart

Environment

Product Version Product Author
2018.3.1016 RadChartView for WinForms Hristo Merdjanov

Description

An example demonstrating how a stacked 3D bar chart can be implemented.

A complete solution in C# and VB.NET is available in our SDK repository: https://github.com/telerik/winforms-sdk/tree/master/ChartView/3DBarChart.

Solution

A custom Cartesian renderer will be responsible for creating special bar elements which will be painted with a 3D effect.

Figure 1: 3D Bar Chart

chartview-3d-bar-chart 001

See Also

In this article