Hello, I am looking for an example of using a datetime field on a zedgraph linechart X-Axis.
Edit - And how do I set the XAxis max scale
myPane.XAxis.Type = AxisType.Date;
myPane.XAxis.Scale.Min = 0;
myPane.XAxis.Scale.Max = 12;