开发者

Setting max and min values on the graphic in the ZedGraph library

开发者 https://www.devze.com 2023-03-12 11:59 出处:网络
How to set max and min values man开发者_运维技巧ually on the Axis scale in the ZedGraph library?chart.GraphPane.YAxis.Scale.Min = 0;

How to set max and min values man开发者_运维技巧ually on the Axis scale in the ZedGraph library?


chart.GraphPane.YAxis.Scale.Min = 0;
chart.GraphPane.YAxis.Scale.Max = 100;

If you set Min or Max, MinAuto and MaxAuto are automatically set to false.
Helpful: Zedgraph-Documentation (API)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号