Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
How to set scrollBar property to the Webchart
posted

Hi,

I am trying to set the scrollbars to the chart. In design view i set the property EnableScrollBar="True", and run the chart application, but i did not get scrollbars in my chart.  I think when i set the EnableScrollBar property to "true", it has to automatically set the ScrollBarImage property. But it it not automatically setting the ScrollBarImage property. 

could you let me know what should i do for getting the scrollbars to the cart.

Thanks in Advance

Sreenivas 

 

 

 

Parents
No Data
Reply
  • 26458
    Offline posted

    Setting EnableScrollbar to true doesn't set ScrollBarImage property. What it should do is create the scroll bar images inside your ChartImages folder. If you're setting this property in the source window, try switching to design view, or set the property through the properties window. This should create all the necessary images.

Children