Dear Telerik Team,
I am still working on this issue. I found the NumericalAxis Demo Project very interesting for this one. So I implemented this in my project. Everything was working well, like in the demo. Now I try to add my specific data to it.
My Method look like this :
First I get my data from "_scriptLogParser.GetLogEntrys();".
After that I set the start date and end date and interate through this in minute steps. I debug this part and it worked pretty well. But my Output is false. It looks like this :
http://h7.abload.de/img/falseiu67.png
This is not correct. I manipulate the data. So I got data from 15 till 18 o´clock. Than nothing and then the data come up at 23 o´clock. But it seems that the chart is displaying there was always data.
Where is my wrong line ?
Thanks again.