Pre loader

how to use PointMarker

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

Answered
0
0

hi,
Since i am new to this, i am facing following problem.
i have used FastLineRenderableSeries and basically i am taking data in x,y form and plotting the same on graph. I want my points to be plotted on the graph. i have gone through many examples but not getting an appropriate solution. pl help. thank you

Version
4.0
  • You must to post comments
Best Answer
0
0

Hi Sushant,

To plot point markers, you need to assign a PointMarker to the FastLineRenderableSeries.

e.g.

<s:FastLineRenderableSeries>
        <s:FastLineRenderableSeries.PointMarker>
               <s:EllipsePointMarker/>
        </s:FastLineRenderableSeries.PointMarker>
</s:FastLineRenderableSeries>

Or

 var lineSeries = new FastLineRenderableSeries();
 lineSeries.PointMarker = new EllipsePointMarker();

You can see more in our WPF Chart Documentation: The Scatter Line Type

Best regards,
Andrew

  • You must to post comments
0
0

thanx alot it worked (y)

  • 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