Hi Folks,
I need to build a scatter plot with two Y axis and assign series to each. D you have an example how to do it programatically? I.e. create axis, add to chart and assign series?
Regards
Michal
Hello Michal,
I am attaching a sample that demonstrates how you can create a XamDataChart with multiple Y-axes and multiple scatter series.
I hope this helps you. Please let me know if you have any other questions or concerns on this matter.
XamDataChartMultipleAxisScatterPlotDemo.zip
Thank you Andrew. I will start with that.