I want to create a scatter chart using Igniteui chart and I would like to have timeSpan for xAxis. What is the best way to show that ?
I found that scatter does not support
categoryDateTimeX.
Do you have any idea how to show price an dtimeSpan in one chart ? I need plot chart
Hi Ellie,
Sorry for my last response which is not full and complete. Of course you would be able to define a separate legend for each series, but the chart will handle if you use the same for each available series.
Regarding the labelMemberPath question - the scatterLine do not support labelMemberPath, only xMemberPath and yMemberPath as stated at http://www.igniteui.com/help/igdatachart-series-types
Still I am confused over your scenario and am not sure at what exactly you are trying to achieve. To clear out any doubts I have prepared a sample for you using scatterLine series. There are two series rendered and each of them is present in the legend. Please have a look at it and let me know if this is what you want or if there is something I missed. I really want to help you and any further relevant details will be welcome.
I am looking forward to hearing from you.
Thank you for your replay.
I've got more than 20 series . Is there any way to avoid creating 20 different series by code? Is there anything like "labelMemberPath" for Scatter Chart?
To be honest, if it is the only solution for having multiple series I would prefer not to use Ignite chart since there are lots of charts which give us the same functionality but without Hard-coding for 20 different series .
Basically you should provide a second element for each series legend:
http://jsfiddle.net/3m0dov3m/3/
Please let me know if you have further questions.
The other problem which I have got is that I can not add legend according to the different Period types .
Any idea about that ?
I had a problem with attaching a picture so I provide image link here .
As you can see via this image, I need different legends according to different Periods.
Normally i have 10 Periods .
chart