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 };
それは動作しません。