DateTime Label Every Second
This discussion was imported from CodePlex
Adum_264 wrote at 2014-03-04 20:57:
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 = ??,
});
Customer support service by UserEcho