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.
例如,如何使用 5 或 10 分钟的值设置间隔。当我写作时
new OxyPlot.Axes.DateTimeAxis() { Position = AxisPosition.Bottom, IntervalType=DateTimeIntervalType.Minutes, IntervalLength=5 };
这没用。
使用Interval=5代替IntervalLength=5
Interval=5
IntervalLength=5