Can a legend be added to the IgxCategoryChart when it is showing multiple series? If so, how does it work?
Hello Rudy,
Thank you for contacting Infragistics!
You can achieve this by importing the IgxLegendModule in your module and then creating a legend in your html. Then in the typescript tell the chart what legend to use. I am attaching a sample demonstrating this behavior.
CategoryChart.zip