Pre loader

Allow point marker to extend past graph border

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

Notice in the image that the point marker is cut off by the graph border. Is there any way to allow it to extend past the border so in this case it would be a full circle? Thank you!

Version
Latest
Images
  • You must to post comments
0
0

Hi Andy

I’m afraid SciChart’s rendering capabilities end at the border of the chart, so this isn’t possible.

The only thing you can do is to add some padding to the XAxis using this code:

<s:SciChartSurface.XAxis>
    <s:NumericAxis GrowBy="0.05, 0.05"/>
<s:/SciChartSurface.XAxis>

This will give 5% padding either side of the minimum, maximum X values and will allow edge points to be shown.

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