문제

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!

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top