Pre loader

Constellation diagram

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

1
0

Is is possible to generate a Constellation diagram (Quadrant chart with circle shape) using SciChart?
If it is possible, please share a sample project.

Version
8.6.0.28199
Images
  • You must to post comments
0
0

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

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.