Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Anyone knows how to add scrollbar on .NET chart control (not on series) that contains or hold multiple chart areas?
Posted

1 solution

You can try using ScrollViewer to create a body which can have a height and multiple child controls. Which was span as much as they can.

This will let you have that functionality, to include multiple visible controls. No matter what type of control. You can have them inside this, and this will add a scrollbar for those charts.

A basic implementation would be, to create this ScrollViewer as the parent control, and then place all of the Charts inside it. Height would be applied to the ScrollViewer only.
 
Share this answer
 
v5

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