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

[Solved] develop chart with scrolling

1 Answer 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
pawan
Top achievements
Rank 1
pawan asked on 15 Dec 2010, 02:26 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
Vlad
Telerik team
answered on 15 Dec 2010, 02:29 PM
Hi,

 I'm not sure how this is related to RadGridView. Can you clarify?

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