Hello,
I am looking for a WPF implementation of interactive parallel plot. (See screnshoot below).
This type of chart allows representation of dataset of high dimensionality (see http://en.wikipedia.org/wiki/Parallel_coordinates)
and sound really "made for" WPF (binding, alpha level, mapping ....).
I would like to know if Infragistics WPF team has any plan to add this type of data mining plot to their library ?
I am open to any other suggestions to have that done in WPF.
Thank you for help or comments.
Regards
Rodolphe
we don't have this type of chart or any public plans to add it, but thanks for the suggestion. you can also submit a feature request here: http://devcenter.infragistics.com/protected/requestfeature.aspx
i think the only way to create this chart right now is to create a ScatterLine chart and add a series for each polyline on the graph.