Hi,
I use the UltraWinChart.UltraChart for a graphic and there are some data that dont appear in the graphic
See my excel file in attachement for the graphic and I also paste the VB code that I use into the second sheet of my excel file.
It would be easier to understand my problem.
You also have the data coming out from the dataTable that is binding into the Graphic
How can I correct this problem
Is that a bug or it is the way the graphic should react
If it is not possible to show the value for the Week 17 with this type of graphic which one should I use
Thanks in advance and have a nice day
Another quick update here for the benefit of others rerading the thread. Evidently it is expected behavior for a "stand alone" point (my term) not to be displayed in a Line Chart. The data point in question here is flanked by null values which are, by choice, not plotted, so there is nowhere to connect this point with a line,. Therefore, it is not displayed in the chart.
If I come up with a work around for the support case, I'll also post it here...
Thanks for taking the time to check this problem :)
Have a nice Day!
At long last, I am reproducing the behavior (thanks for your patience!) I will get back to you as soon as possible with an explanation and hopefully a way to work around this...
EDIT (UPDATE): OK, this looks like it may be a bug, so I have opened a support case for you. Please check your email for details.
I give you the file in attachment
Thanks in advance!
Have a nice day
Would you mind attaching the code for your "oCurrentGraph" class? I have coded my own methods to generate the data, but I am definitely doing something wrong.
Thanks...