Pre loader

Fill between two vertical lines annotations

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
0
0

Is it possible?

Or make box annotations fit screen height?
(even when zooming)

Version
latest
  • You must to post comments
Best Answer
1
0

Hi Vadim,

There is no build-in functionality for first case.

Regarding your second question. Have you tried to use setCoordinateMode? In your case you need to use RelativeY mode and then specify Y1 = 0 and Y2 = 1 to fill entire chart:

final BoxAnnotation boxAnnotation = sciChartBuilder.newBoxAnnotation().withY1(0d).withY2(1d).withCoordinateMode(AnnotationCoordinateMode.RelativeY).build();

Best regards,
Yura

  • 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