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

Scroll bar on RadChart

1 Answer 109 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
toi
Top achievements
Rank 1
toi asked on 07 Jan 2010, 05:34 AM
Hi All,

I would like to use scroll feature on my chart. My chart is stacked bar. When I tried to add

<

 

ClientSettings EnableZoom="false" ScrollMode="Both" XScale="4" />

 


to my RadChart.
I got error like this 'RadChart StackedBar series is not supported with client-side scrolling and zooming enabled.'

Anyone can help?

Thanks in advance,
-Toi

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 07 Jan 2010, 09:38 AM
Hi toi,

Zooming / scrolling is not supported for Bar / StackedBar series in the current version of the control. However, if you really need this functionality for your scenario, you can "hack" it by adding a dummy empty Line series to your series collection, and you will be able to use scrolling for bars as well.

We will enable scrolling for bar / stackedbar series out-of-the-box for the next release of the control.


Greetings,
Manuel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Chart (Obsolete)
Asked by
toi
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or