Click here to Skip to main content
15,900,438 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I want to add a scrollbar to an Axis X so when the data exceeds users can scroll and view teh data.

What i have tried so far:
<div style="height:auto; width:auto;overflow:auto"><"Chart properties here"/div>


what this does is as the chart increases by adding scroll bar for the whole chart.this is not what i am looking for i do not want the whole chart to move instaed just he axis X while the whole chart remain in place.

here an link to visual see what i trying to achieve
http://www.telerik.com/help/aspnet-ajax/images/Features015.png[^]
Posted
Updated 7-Apr-11 17:03pm
v2

1 solution

hi,
use highcharts its easy to use and will solve you problem.
http://www.highcharts.com/demo/[^]
or alternatively you can use
http://www.jqplot.com/tests/[^]

Hope this will help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900