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.
这可能以前曾被问过,但我无法找到令人满意的答案。我在 ASP.NET 页面上使用 MS Chart .Net (3.5) 控件。我想将 AxisX 和 AxisY 保持在自动模式 - 当间隔很大并且轴标签类似于“0,5,10,15..”或“0,100,200,300..”时,这很好。但是当最小值和最大值之间的差异很小时 - 自动模式切换到分数,例如“0、0.5、1、1.5 ..”等。
我的问题是:如何在自动模式下保持间隔,但将最小“滴答”设为 1?
谢谢!