ZedGraph 中的曲线项是否可以使用不同的颜色填充?
我有一条带有圆点的曲线。是否可以将 CurveItemPoints 设置为不同的填充颜色?我会将显着的点设置为不同的颜色。
I have a single curve with circle points. Is it possible to set CurveItemPoints to a different fill color? I would set significantly points to different colors.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答:不。
为了执行类似的操作,我创建了额外的
SymbolObj
类,并将该类的对象添加到窗格中以标记一些重要点。这是一些代码:
Short answer: no.
To do similar stuff I created additional
SymbolObj
class and added objects of that class to the pane to mark some significant points.Here's some code for that: