Can I add more than 2 Y axis. 8 or someting ? Is it possible to set same color of Y axes and its series ? If possible how to connect it with datasource using angularjs.
Thank you for a reply. I was able to do what I needed.
Hi Mirza,
Thank you for psoting in the Infragistics community !
1) Yes, you just need to define a 2nd, 3rd, etc Y axis and set it as an axis for a given series.
2) To set the same color for an axes ans the corresponding series you can use the labelTextColor property for the axis and the brush property for the series
Please refer to the following online sample to see how you can use igDataChart along with AngularJS:
https://github.com/IgniteUI/igniteui-angular/blob/master/samples/igDataChart.html
Please let me know if you have further questions.