Quantcast
Channel: OxyPlot (moved to GitHub)
Viewing all articles
Browse latest Browse all 2061

New Post: DateTime Label Every Second

$
0
0
Hi, I do not quite understand how the datetimeaxis works and I can not find any documentation, I've been playing with the IntervalType, IntervalLength , MajorStep properties and I quite do not understand how is it working, I want a label every second.
        PlotModel.Axes.Add(new OxyPlot.Axes.DateTimeAxis()
        {
            Position = AxisPosition.Bottom, 
            IsPanEnabled = false,
            IsZoomEnabled = false,
            StringFormat = "mm:ss",
            IntervalType = DateTimeIntervalType.Seconds?,
            IntervalLength = ??,,
            MajorStep = ??,
        });

Viewing all articles
Browse latest Browse all 2061

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>