Pre loader

Point Markers Show By Default On Line Renderable Series with No Selections and with only the SelectedPointMarker Property Set

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,

I have found what appears to be an issue with the ability to set up point markers on a line renderable series. I am using a style similar to the following (inside the resource dictionary of the surface instance) to add markers for selection and discovered that the point marker set for SelectedPointMarker shows for all points in the series even though the series or any points within it aren’t actually selected. (By default, I also force all selections to false in my point metadata for precautionary reasons).

<Style x:Key="{x:Type s:FastLineRenderableSeriesForMvvm}" TargetType="{x:Type s:FastLineRenderableSeriesForMvvm}">
     <Setter Property="SelectedPointMarker">
        <Setter.Value>
           <s:EllipsePointMarker Fill="#C4ECA0" Width="12" Height="12" />
        </Setter.Value>
     </Setter>
</Style>

Thanks,
Chris

Version
5.0
  • You must to post comments
0
0

You’re welcome, and thank you for the quick response!

  • You must to post comments
0
0

Hi Christopher,

This issue has been fixed in v5.0.1.11200 of SciChart, which can be fetched from our Nightly Build.

Thanks for reporting!

  • 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