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

develop chart with scrolling

1 Answer 43 Views
Chart
This is a migrated thread and some comments may be shown as answers.
pawan
Top achievements
Rank 1
pawan asked on 15 Dec 2010, 02:27 PM

Hi

I need to develop chart with scrolling
suppose we have 10 datapoint . i want to show 4 point at a time i.e  10, 20, 30 , 40 (i.e. at x axis either for stackbar or .. )and when user scroll horizontal  then we show next 20, 30 , 40 ,50 and so on.
e.g. 

RadChart1.ItemsSource =

 

new List<MyChartData1>()
{
new MyChartData1(10, 1, 15),
new MyChartData1(20, 2, 11),
new MyChartData1(30, 3, 12),
new MyChartData1(40, 5, 21),
new MyChartData1(50, 5, 20),
new MyChartData1(60, 6, 21),
new MyChartData1(70, 2, 19),
new MyChartData1(80, 4, 21),
new MyChartData1(90, 6, 18),
new MyChartData1(100, 6, 21),
new MyChartData1(110, 6, 24)
};

 

 

How we can acheive this in silverlight 3

Pawan

1 Answer, 1 is accepted

Sort by
0
Evgeni "Zammy" Petrov
Telerik team
answered on 20 Dec 2010, 02:55 PM
Hi pawan,

 We do not support silverlight 3 anymore. Here you can read for our roadmap:
http://www.telerik.com/products/silverlight/whats-new/roadmap.aspx

Here is a help topic how you can achive that in silverlight 4: 
http://www.telerik.com/help/silverlight/radchart-features-zooming-and-scrolling.html

If you face any specific difficulties I will be happy to provide you with assistance. 

Regards,
Evgeni "Zammy" Petrov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Chart
Asked by
pawan
Top achievements
Rank 1
Answers by
Evgeni "Zammy" Petrov
Telerik team
Share this question
or