Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 C# 中使用 Zed Graph 自定义 Y AXIS SCALE?我正在使用以下代码,但无法正常工作。
myPane.YAxis.Scale.Max = 500; myPane.YAxis.Scale.Min = 1000;
有几件事需要检查:
YAxis.Scale.MinAuto
YAxis.Scale.MaxAuto
myPane.AxisChange()