Pre loader

Rectangle Chart

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

Answered
1
0

Hey everybody,
is it possible to create Charts like the one I’ve attached?
Basically I wanna show some statistics about my AI labeling data, and the rectangles shown are the bounding boxes
of said labeled data. The rectangles have to be stationary and not moveable (unlike rectangular annotations).
The data will be available in a normalized format.

Version
6.5.1.26063
Images
  • You must to post comments
Great Answer
0
0

Hi Mario

The image isn’t very clear, nor do I really understand why you want to do this. But you can add rectangles to a SciChartSurface.

Three ways you could do this:

1/ Using BoxAnnotation

2/ Using 1x FastLineRenderableSeries and 1x XyDataSeries with four line segments per rectangle

3/ Using CustomRenderableSeries – bit more complex but it’s possible you could have one single series to draw rectangles if wrote a custom one

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies