Pre loader

CustomAnnotation / Watermark Positioning

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

0
0

I just found that if you have two y-axis on your graph, you need to define the YAxisId for your CustomAnnotation. Otherwise, it would look like the Y1 property does not work.

Posting here in case someone else run into the same problem I had.

<SciChart:CustomAnnotation
                AnnotationCanvas="BelowChart"
                CoordinateMode="Relative"            
                Opacity="0.50"          
                HorizontalAnchorPoint="Right"
                VerticalAnchorPoint="Bottom"
                X1="0.99"
                Y1="0.99" 
                YAxisId="GroupAAxisY">
  • You must to post comments
0
0

Hi there,

yes, this is correct, and thanks for sharing. If you have non-default XAxisID and YAxisId then you will need to specify the XAxisId and YAxisId in Annotations, RenderableSeries and certain Modifiers.

Glad you got it working!

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