在ZedGraph库中的图形上设置最大值和最小值

Pet*_*r17 2 .net graphics zedgraph image image-processing

如何在ZedGraph库中的Axis刻度上手动设置最大值和最小值?

Spe*_*ish 6

chart.GraphPane.YAxis.Scale.Min = 0;
chart.GraphPane.YAxis.Scale.Max = 100;
Run Code Online (Sandbox Code Playgroud)

如果设置Min或Max,则MinAuto和MaxAuto会自动设置为false.
有用的:Zedgraph-Documentation(API)