Currently my graph only shows the index in the x-axis and current in y-axis. Now I added additional parameters (NumberOfPoints =1024, TimeImtervall = 0.0003s) to the graph-function.
What I finally want is that the x-axis show time-values and not the index.
But I the only examples I found where how to add a date.
It has something to do with the "XAxis.Type" and "XAxis.Scale.Format" but I haven't found out how to do this.
If you want date/time I think you need to use XAxis.Type
DateorDateAsOrdinal. In this caseXAxis.Scale.Formatshould work, e.g. set to "HH:mm".http://zedgraph.sourceforge.net/documentation/default.html