winforms图表,改变x轴上的值
我在 x 轴上添加了 0-255 之间的值。我使用 serie.addXY(127,10000); 将值添加到系列中显示图表时,x 轴上显示的值为 -1, 49, 99...
如何更改它以显示 0, 50,100?
I have added values on x axis between 0-255. I add the values to a serie with serie.addXY(127,10000); When the chart is displayed, the values it shows on the x axis are -1, 49, 99...
How can I change this to display 0, 50,100?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试设置轴边界。您可以在设计器中或通过代码执行此操作:
Try setting axis bounds. You can do that in the designer or via code: