Visiblox,WPF:在图表中显示带标签的标记

发布于 2024-11-09 06:02:21 字数 62 浏览 0 评论 0原文

有没有办法向 visiblox 图表添加一些标记,例如带有文本标签的点或垂直线?

干杯, 卢茨

is there a way to add some markers, like points or vertical lines with text labels to a visiblox chart?

Cheers,
Lutz

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

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

发布评论

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

评论(1

栖竹 2024-11-16 06:02:21

Visiblox 的高级版本支持注释的概念;锚定到 X 和/或 Y 轴上的值的元素。 Visiblox API 支持以下开箱即用的注释:

  • 椭圆/圆形
  • 矩形/方形
  • 线(水平、垂直、点对点)
  • 文本标签
  • 锚定到数据点的文本标签(标注)

注释可以放置在图表上以编程方式,然后用户可以通过“夹具”移动。

要了解如何轻松实现,请参阅以下演示应用程序:

http://www.visiblox.com /示例/事后诸葛亮

The premium version of Visiblox supports the concept of annotations; elements which are anchored to values on your X and/or Y axes. The Visiblox API supports the following annotations out-of-the-box:

  • Ellipse / circle
  • Rectangle / square
  • Lines (horizontal, vertical, point-to-point)
  • Text labels
  • Text labels anchored to datapoints (callout)

Annotations can be placed on the chart programmatically, and thereafter can be moved by the user via 'grippers'.

For a good idea of what is easily possible, see the following demo application:

http://www.visiblox.com/examples/Hindsight

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