Pre loader

FastLineRenderableSeries with PointMarkers visibility states

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 control a FastLineRenderableSeries with PointMarkers so I can toggle between the following states:

  • Line and points (PointMarker set)
  • Line only (PointMarker not set)
  • Points only ??

How do I get the Points only mode without replacing the series with a XyScatterRenderableSeries?

/Flemming

Version
5.4
  • Andrew Burnett-Thompson
    Also your scichart account must be the account which is activated to see up to date license info in forums
  • You must to post comments
0
0

Hi Flemming

This question has already been asked on support ticket, but for the benefit of the community, Im sharing the answer.

FastLineRenderableSeries.PointMarker = new EllipsePointMarker(); // both line and pointmarker  
FastLineRenderableSeries.Stroke = Colors.Transparent; // hide the line, keep pointmarker 
FastLineRenderableSeries.PointMarker = null; // hide the pointmarker. Can be set to {x:Null} in XAML or via binding

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