Hi, I am having problem with lineSeries. I am working on lineChart which contains data over time. There is a requirment of show data tips as-well and for that I used
chart.showDattips = true; which was working fine but problem started when I started getting data which is outside the range of my y axis. and I started getting broken lines in my chart, which was giving very bad look to chart. Again for that I used lineSeries.filterData = false; and now I got connected lines on my chart but I loose my datatips. I guess I am missing some small thing. If anybody can point out that then that would be really appreciated. Thanks in advance for your help. Regards! Mubasher

