Hello,
I have a particular scenario regrading a more complex chart. I have a few dozen Fast line seriers that I want to display in the following way:
Based on the underlying data type, one type will be shown on one set of axes in the bottom row of the chart. This works well, I used a data template for it.
The other data types have to be shown each on a different row and with a different set of axes. The problem is that I cannot bind ChartBase.RowSpan to my data and I found no way to create a dynamic number of rows.
The reason I want them all on a single chart is that I need a common trackball for all of them.
Also, is there a way to bind the series axes visibility to a property on the data?
Thanks,
Emanuel