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,
It is true that categoryDateTimeX axis is not supported on scatter series. For all the supported types please refer to
http://www.igniteui.com/help/igdatachart-series-requirements
Regarding your question about showing price in timespan - please provide more details on the scenario and the desired result, because it is not completely clear. Basically you should not have issues with displaying price since it is expected to come as number values.
You can check our online scatter series samples at http://www.igniteui.com/data-chart/scatter-series
I am looking forward to hearing from you.
The other problem which I have got is that I can not add legend according to the different Period types .
Any idea about that ?
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.
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.
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 .