Pre loader

VerticalAnnotation data point markers in only one series

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 All,

We have included in our wpf chart vertical slices to show markers on data series, but when a vertical slice is added, one marker per series is shown at the same time.
Is it possible to show only one marker per series and per vertical line annotation? We want to add serveral vertical slices, and each one has a marker to only one series.
Please find attached two pictures: the first one represents what we have, and the second one represents what we need.

Thank you in advance
Regards,
Juan

Images
  • You must to post comments
0
0

Short answer: No

The VerticalSliceModifier displays markers for all series that each intersects. You can disable an entire series by setting the attached property:

<s:FastLineRenderableSeries s:VerticalSliceModifier.IncludeSeries="False"/>

However, this will disable that series for all vertical slices.

What you can do as a workaround is to set VerticalSliceModifier.IncludeSeries=”True” only on one series when you select a VerticalLineAnnotation. That’s about the only workaround I can think of I’m afraid

  • You must to post comments
0
0

Thank you for the quick response
Maybe I should re-implement this using DataPointMarkers instead of vertical slices.

Best regards,
Juan

  • You must to post comments
Showing 2 results
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