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

RadChart Gallery3D

1 Answer 64 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Kingsley Magnus-Eweka
Top achievements
Rank 1
Kingsley Magnus-Eweka asked on 14 Aug 2009, 03:48 PM
Hi,
I was experimenting with the Chart controls, especially the ones in the Gallery 3D, are they interactive out of the box?
as i cant seem  to interact with them i.e rotate  in them  3d space using my mouse pointer? yet i looked at the code in
your 'Telerik for silverlight example '  where it is interactive and recreated it exactly both the xaml and .cs code, which created the control perfectly but i just could not interact with it? id there something i am not doing right?
regards
Kingsley

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 17 Aug 2009, 07:39 AM
Hi Kingsley Magnus-Eweka,

RadChart supports mouse interactivity through instantiating a CameraExtension instance so you need to make sure you are correctly creating one like this:

void Example_Loaded(object sender, RoutedEventArgs e) 
    this.FillSampleChartData(); 
    RadChart1.DefaultView.ChartArea.Extensions.Add(new CameraExtension()); 

You can find more information on chart extensions here.


Kind regards,
Manuel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart
Asked by
Kingsley Magnus-Eweka
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or