Question

I m drawing a cylinder chart in excel with below data,

enter image description here

enter image description here

Is there any way to draw the same with .net chart control. please suggest? can we convert excel to some format to produce chart control code? how to bind data with such controls? thanks!

Was it helpful?

Solution

In order to display a 3D chart by setting property values at design time you need to work with the ChartArea property of the chart control.

The ChartArea properties window can be displayed by clicking ChartArea collection in Chart1 properties. In the ChartArea properties window you need to set the Enable3D property to True as shown in the next figure

Referenced article: http://dotnetslackers.com/articles/aspnet/Microsoft-Chart-with-ASP-NET-35-Part2.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top