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

3D display or way to scroll x-axis?

1 Answer 36 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 15 Jun 2010, 02:28 AM
The examples I've seen for  RadChart only show 2 dimensional line and bar graphs.  Is there a way to show these graphs in 3D (preferably programmatically)?

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 17 Jun 2010, 08:47 AM
Hi Brian Graves,

The Zooming and Scrolling features, displayed in this example, only support 2D chart types, however, you can rotate 3D charts by using the CameraExtension :
RadChart1.DefaultView.ChartArea.Extensions.Add(new CameraExtension());

For more information, please, refer to this example.

Regards,
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