This is a migrated thread and some comments may be shown as answers.

not able to use Line3DSeriesDefinition

1 Answer 32 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Brian Graves
Top achievements
Rank 1
Brian Graves asked on 22 Jun 2010, 09:22 PM
I'm  getting the following error when attempting to  use Line3DSeriesDefinition (doesn't occur when using LineSeriesDefinition):
Error: Unhandled Error in Silverlight Application
Code: 4004   
Category: ManagedRuntimeError      
Message: System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.Windows.Controls.Charting.ChartArea.ClearLogicalChildren()
   at Telerik.Windows.Controls.Charting.ChartArea.PopulateLogicalChildren()
   at Telerik.Windows.Controls.Charting.ChartArea.OnApplyTemplate()
   at System.Windows.FrameworkElement.OnApplyTemplate(IntPtr nativeTarget)    

It looks like I can't simply use the 3D series definition class instead of the regular series definition class.  The example shown here adds the CameraExtension (which I've also coded...getting the same error) but this is the only  major difference I can see (maybe something is being left out here):
http://demos.telerik.com/silverlight/#Chart/Gallery3D/Line

Is there a better (working) example that I can use that implements either the Line3DSeriesDefinition or the Bar3DSeriesDefinition classes?

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 25 Jun 2010, 10:24 AM
Hi Brian Graves,

Please, find attached a sample application, which works as expected on our side with all 3D series definitions. If you continue encountering the same issue, we would kindly ask you to modify the example, so that the problem is reproducible for our developers to look at and provide a timely resolution.

Hope this helps.

Best wishes,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart
Asked by
Brian Graves
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or