This question is locked. New answers and comments are not allowed.
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?
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?