New to Telerik UI for WinFormsStart a free 30-day trial

3D Bar Chart

Updated over 6 months ago

Environment

Product VersionProductAuthor
2018.3.1016RadChartView for WinFormsHristo 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