Is it possible to create 3D charts in silverlight 4 without using 3rd party control?
相关问题
- how to Enumerate local fonts in silverlight 4
- Free Silverlight mapping with Bing maps and OpenSt
- Custom number picker?
- How to make limits on the Y axis be the same using
- Error using ResourceDictionary in Silverlight
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Change color of bars depending on value in Highcha
- New Windows Application - What language?
- relative url in wcf service binding
- Embedded images not showing when in a UserControl
- Google Chart veritcal axis with percentage sign
- Google Combo Chart add horizontal and vertical lin
- ChartJS. Change axis line color
As others have said, sure it is possible but is it worth your time when you could buy a great looking one that provides support? Telerik has a wide variety of 3D Charts that you can review at the links provided below:
Bar Charts
3D Bar , 3D Stacked Bar , 3D Stacked Bar 100 Series
Line Charts
3DLine, 3D Stacked Line
Area Charts
3D Area , 3D Stacked Area , 3D Stacked Area 100 Series
Pie Charts
3D Doughnut , 3D Pie
Disclaimer: I work at Telerik as a XAML Evangelist.
You could use the PlaneProjections to get a 3D effect or you would have to use Silverlight 5 (in beta at the moment) which supports a 3D API.
In both cases you will need to program the chart completely.
Yes, Controls from 3rd party like ComponentArt are available to do that. But the limitation that we faced was they were not accurate.