多个图表区的滚动条 [英] scrollbar for multiple chartareas

查看:111
本文介绍了多个图表区的滚动条的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都知道如何在包含或保存多个图表区域的.NET图表控件(不是系列)上添加滚动条?

Anyone knows how to add scrollbar on .NET chart control (not on series) that contains or hold multiple chart areas?

推荐答案

您可以尝试使用 ScrollViewer 创建一个可以具有高度和多个子控件的主体。这是尽可能多的跨度。



这将让您拥有该功能,包括多个可见控件。不管是什么类型的控制。您可以在其中包含它们,这将为这些图表添加滚动条。



基本实现是将ScrollViewer创建为父控件,然后将所有图表放在其中。高度仅适用于ScrollViewer。
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.


这篇关于多个图表区的滚动条的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆