Juan Ruiz Report post Posted March 26, 2013 Hi All! Is there any way to enforce not to scroll a chart on x axis? or always the scroll is handle by the library? Thanks in advance. Share this post Link to post Share on other sites
Haritha Report post Posted March 27, 2013 Hi Juan, If you are using a scroll chart, scroll bar appears in x -aixs by default. The attribute "scrollHeight" is used to set the height of the scroll bar. It can be set to 0 to hide the scroll bar. Eg. <chart ... scrollHeight='0' > Hope this helps. Share this post Link to post Share on other sites