Hello,
I am binding the ItemsSource of a ScatterLineSeries to some Linq Enumerable.
Is it possible to use the index (and not some property inside of the item) as x-coordinate?
Additionally, is it possible to specify a dot-separated path inside the XValueBinding (e.g. XValueBinding="Parent.X1")?
Thank you in advance!
Alex
I am binding the ItemsSource of a ScatterLineSeries to some Linq Enumerable.
Is it possible to use the index (and not some property inside of the item) as x-coordinate?
Additionally, is it possible to specify a dot-separated path inside the XValueBinding (e.g. XValueBinding="Parent.X1")?
Thank you in advance!
Alex