如何在DateTimeAxis中设置值的间隔

时间:2015-04-14 13:39:21

标签: c# wpf oxyplot

例如,如何设置5或10分钟值的间隔。 当我在写作时

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

它不起作用。 enter image description here

1 个答案:

答案 0 :(得分:0)

使用Interval=5代替IntervalLength=5