2015-04-14 22 views
1

如何設置5或10分鐘的間隔值,例如。 當我正在寫作如何在DateTimeAxis中設置值的間隔

new OxyPlot.Axes.DateTimeAxis() 
     { 
      Position = AxisPosition.Bottom, 
      IntervalType=DateTimeIntervalType.Minutes, 
      IntervalLength=5 
     }; 

它不起作用。使用替代 enter image description here

回答