Is is possible to generate a Constellation diagram (Quadrant chart with circle shape) using SciChart?
If it is possible, please share a sample project.
- Tripti Asawa asked 2 years ago
- last edited 2 years ago
- You must login to post comments
Hi Tripti,
Thanks for your inquiry.
Unfortunately, there is no such exact Chart type offered by SciChart currently.
However, you can combine a few existing chart types to achieve the desired appearance.
You can start with a Scatter Series chart type. Please see the following documentation article for more info:
SciChart WPF Documentation – The Scatter Series Type _ WPF Chart Documentation
You can also find our “Scatter Chart” example useful:
WPF Scatter Charts _ Fast WPF Chart Examples _ View Online
The circular shape can be drawn using Line Series chart type:
SciChart WPF Documentation – The Line Series Type _ WPF Chart Documentation
The shown Axis position can be achieve using the approach shown in the following example though:
WPF Chart Central XAxis and YAxis – SciChart
Please let me know if this helps.
Kind regards,
Lex,
SciChart Technical Support Engineer
- Lex answered 2 years ago
- last edited 2 years ago
- You must login to post comments
Please login first to submit.

