Skip to main content

Microsoft Silverlight

Answered Question Inheritable Axes, Chart 3DRSS Feed

(0)

Toducs
Toducs

Member

Member

20 points

10 Posts

Inheritable Axes, Chart 3D

Hello everyone. First I want to congratulate to the team on charge of this toolkit, this is a excelent work.
About the charts, i am working at my company Axelerate to add some 3D charts (using custom series) and base on this toolkit.
I first create a 3D Engine on C# with the same logic as WPF (just like Kit3D another excelent code), with support to xaml and flat lights. Base on that i already accomplish create a Column3DSerie for this charting control. The problem that I have now is with the axis class to render the correct 3D grid. The Axis class is sealed and many of his functionality is private or internal, and don't allow to create a "custom render" for the axis. In the case of the Dependent Axis i can use the ActualInterval, ActualMaximum and ActualMinimum to create the grid model of the dependent Axis, but for the Independent axis i need now the _categorylist of the axis that is private. I now can go to the source code and change it, but I want to keep the full compatibility with the toolkit. Is possible to suggest add a method or something to retrieve the actual category list from one axis class, or maybe do the axis class inheritable?

At this moment i already have a full Column3DSerie working. But the integration is very artificial, because i can inherits from Axis or from the Chart inself to provide the 3D Viewport to that level. 

Chart 3D Sample

ATTE:

Daniel Rojas
Axelerate Inc

David Anson
David Anson

Participant

Participant

1718 points

212 Posts

Microsoft
Answered Question

Re: Inheritable Axes, Chart 3D

Daniel,

This is great to see, congratulations! The good news for your scenario is that we'll be creating and unsealing a class hierarchy for axis that you'll be able to derive from like you want. :)

We've also got plans to go 3D, but that's not at the top of our list quite yet, so it's great to see that you've been able to do something so impressive with our initial architecture!


http://blogs.msdn.com/delay

This posting is provided "AS IS" with no warranties, and confers no rights.

Toducs
Toducs

Member

Member

20 points

10 Posts

Re: Inheritable Axes, Chart 3D

David,

Thanks. Very good news for me (about the Axis class). :D

I fell that the architecture is very good.

Toducs
Toducs

Member

Member

20 points

10 Posts

Re: Inheritable Axes, Chart 3D

 

The 3D engine that i create to do this chart 3D is now published on codeplex at http://www.codeplex.com/aXelerateSL3D/SourceControl/ListDownloadableCommits.aspx

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities