禁用 Visiblox 图表的自动缩放

发布于 2024-12-25 14:38:52 字数 174 浏览 0 评论 0原文

我有一个动态图表,您可以通过拖动线上的点来实时更改图表,但由于 Visiblox 具有某种自动缩放/缩放功能,因此它非常不可用。

我在两个轴上尝试过 AutoScaleToVisibleData = false ,但它没有做任何事情...我有一个 ZoomBehaviour 并且仍然希望能够缩放,但我不希望它是自动的

I have a dynamic chart where you cna change the chart in real time by dragging dots on the line, but since Visiblox have some kind of auto scale/zoom its quite unusable.

I've tried AutoScaleToVisibleData = false on the two axis, but it does not do anything... I have a ZoomBehaviour and still want to be able to zoom, but I do not want it to be auto

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

删除→记忆 2025-01-01 14:38:52

AutoScaleToVisibleData 确定一个轴上的比例是否应依赖于另一个轴上的比例(例如,仅显示包含 x 轴上当前可见内容的 y 轴比例)。

要固定数据的范围(并禁用自动调整范围),您需要为轴设置明确的范围。请参阅http://www.visiblox.com/blog/2011/ 03/visiblox-charts-ranges-demystified 了解更多信息。

另外,您可能想快速浏览一下 http ://www.visiblox.com/blog/2011/09/creating-a-custom-behaviour-part-1 因为这听起来有点像你想要的?

AutoScaleToVisibleData determines whether the scale on one axis should be dependent on the scale of another (e.g. only show a scale for the y-axis that encompases what is currently visible on the x-axis).

To fix the range (and disable auto-ranging) of the data you need to set an explicit range to the axis. See http://www.visiblox.com/blog/2011/03/visiblox-charts-ranges-demystified for more info.

Also you may want to have a quick look at http://www.visiblox.com/blog/2011/09/creating-a-custom-behaviour-part-1 since that sounds a bit like what you want?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文