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

Camera Behavior in RadCartesianChart3D

2 Answers 62 Views
ChartView3D
This is a migrated thread and some comments may be shown as answers.
Mitchell
Top achievements
Rank 1
Mitchell asked on 16 Jan 2019, 03:36 PM

I am currently implementing RadCartesianChart3D to display some data. Everything seemed to be working perfectly fine, and I was mostly able to follow the examples provided by Telerik. However, it seems I am unable to set the Behaviors property of the RadCartesianChart3D.

<telerik:RadCartesianChart3D.Behaviors>
     <telerikcv:Chart3DCameraBehavior />
</telerik:RadCartesianChart3D.Behaviors>

The above code block (set inside a RadCartesianChart3D) yields "The member Behaviors is not recognized or accessible". 

References are set as follows:

xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Chart"
xmlns:telerikcv="clr-namespace:Telerik.Windows.Controls.ChartView;assembly=Telerik.Windows.Controls.Chart"     

2 Answers, 1 is accepted

Sort by
0
Mitchell
Top achievements
Rank 1
answered on 16 Jan 2019, 03:49 PM

It would appear that adding the Telerik.Windows.Data assembly reference has fixed the problem.

Hopefully this post is helpful to someone else and not just a relic of my ignorance!

0
Martin Ivanov
Telerik team
answered on 17 Jan 2019, 08:16 AM
Hello Mitchell,

I am glad to hear that you managed to resolve this. And thank you for sharing your solution. I am sure that this will help someone.

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ChartView3D
Asked by
Mitchell
Top achievements
Rank 1
Answers by
Mitchell
Top achievements
Rank 1
Martin Ivanov
Telerik team
Share this question
or