Hi,
I have for example 10 measures. Each of them has different DataSource size:
Measure 1: 0,1,2,3,4,5,4,3,2,1,0 -> 11 elements
Measure 2: 0,1,2,3,4,4,3,2,1,0 -> 10 elements
Measure 3: 0,1,2,3,4,5 -> 6 elements
Measure 4: 9,8,7,6,5,4,3 -> 7 elements
.
When the graph displays the measures, i cant zoom it, because the application closed.
My bad solution is the following:
I check every measure, how many element has, than is save the number of maximum element's measure.
After it i fill all the measures with 0, which haven't the maximum elements:
Max: 11 elements
Measure 1: 0,1,2,3,4,5,4,3,2,1,0
Measure 2: 0,1,2,3,4,4,3,2,1,0,0
Measure 3: 0,1,2,3,4,5,0,0,0,0,0
Measure 4: 9,8,7,6,5,4,3,0,0,0,0
Now the graph displays all the measures with zoom and i can it scroll without closing the application.
I think it is a bug, isn't it?
Thanks
Zollie
Sorry for my bad english.
Hi Zollie,
I want to apologies for the late response. We have working with our development team and manage to resolve the issue you have reported. I was hoping to get this uploaded sooner to our web site and to avoid any additional delays I will upload the updated version of the sample here. You can simply get the fixed libs from the attached sample the common.jar and datachart.jar libs to fix it in your project.
Please let me know if you have any furthered questions or you have any issue.
Thank You, Petar! :)
Hello Zollie,
Thank you for your patience.
It seems that the issue seems to occur when more then 1 series are being zoomed out of view. I am discussing this with our engineers and will keep you posted of any developments.
Apologies for the delayed response. I am looking into this matter and will keep you posted of any available information.
I made my completed Test.
You can now zoom horizontally and scroll also.
I think, now you understand my problem.
Thanks a lot!