WPF 工具包绘制 Lineseries 样式
是否可以更改 LineSeries 的厚度? 是否可以将 LineSeries 显示为虚线? 我有关于 AreaSeries 的其他问题,无论我的所有 Area Series 都是从 x 轴绘制的。我想要的是我可以绘制这四个点 (2,2)、(2,6)、(8,6)、(8,2) 的区域。 我该如何管理它?
Is it possible to change the thickness of the LineSeries?
Is it possible to show LineSeries as dashed lines?
I have othe question about AreaSeries, no matter what all my Area Series are drawing from x-Axis. What I want is that I can draw let say a area for these four point (2,2), (2,6), (8,6), (8,2).
How can I manage it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要设置 LineSeries 的粗细和虚线样式,请使用如下所示的样式:
For setting the thickness and dashed line style of a LineSeries, use a Style like the one shown here: