In example https://www.scichart.com/example/wpf-chart-example-stacked-column-side-by-side/ there is a LabelProvider with hardcoded labels. How can I bind it to a collection of Labels?
- Arli Chokoev asked 5 years ago
- You must login to post comments
Hi Arli,
You could easily pass a collection of labels to the LabelProvider and get it to output from there. Or another class or service which provides labels. It’s just a question of application architecture.
Does this help?
Best regards,
Andrew
- Andrew Burnett-Thompson answered 5 years ago
- You must login to post comments
Please login first to submit.