SciChart: WPF 3D Line Chart

533 Views Asked by At

I'm currently considering using SciChart, but have a question that I've not found the answer to.

Is it possible to create a "3D line chart" in WPF C# that looks similar to this using SciChart?

3D LineChart

1

There are 1 best solutions below

0
On BEST ANSWER

There is a PointLineRenderableSeries3D type in SciChart which provides lines in a 3-dimensional space.

You can see examples here

and documentation here

enter image description here