Pre loader

Customize Legend in Vertically Stacked Y Axis

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

hi,
is it possible to put multiple legends in Vertically Stacked Y Axis as shown in attachment?

Version
latest
Images
  • You must to post comments
0
0

Hi Vibin,

Do you need a legend? Or a label? If just a label, then I would suggest using TextAnnotation.

You can place the annotation on the Axis by using CoordinateMode.Relative, e.g.

<s:TextAnnotation XAxisId="YourXAxisId" YAxisId="YourYAxisId" Text="Series 1" CoordinateMode="Relative" X1="1" Y1="0" HorizontalAnchorPoint="Right"/>

This will place an annotation on the top right of the specific YAxis.

Please let me know if this helps,

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