tags:

views:

87

answers:

1

Hi all

I am using WPF Toolkit released in June 2009 to create a column chart in WPF. (sorry but I cannot post image here) graph

The problem is that It becomes ugly when the columns number increase. That the reason I want to use scroll bar.

thanks in advanced!

A: 

Have you found any solution? i have the same problem .

pskk
I have already solved it. Try using <ScrollViewer> to wrap your chart. It looks like bellow:<ScrollViewer> <YourGraph> </YourGraph></ScrollViewer>
huynq9