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
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.
I did not understand your reply regarding scrollBarImage property. could you please explain in details.