my task is to draw a flexible number of digital signal realtime-data in SciChart. Due to the nature of this signals they are between 0..1. I want to have them stacked as in the SciChart example found at https://www.scichart.com/example/wpf-chart-example-vertically-stacked-yaxis/. But with a dynamic grid template inside the YAxesPanelTemplate. What ever I try, there are no YAxes drawn.
I'm using a GridExtension which is very close to the one found here: https://rachel53461.wordpress.com/2011/09/17/wpf-grids-rowcolumn-count-properties/ refernced from this answer https://rachel53461.wordpress.com/2011/09/17/wpf-grids-rowcolumn-count-properties/
Any help is highly appreciated
Cheers
Martin