Pre loader

Big polygon clipped

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,

I have a very long horizontal polygon of rectangular shape made with 4 points (corners), when I zoom so that I don’t see the corners it disappears. I think is getting clipped because none of it’s points are inside the viewport, how do I solve this?

I have a CustomRenderableSeries and I tryed to:
override GetIsValidForDrawing = return true;
override GetLayoutClip return null;
Set ClipToBounds= false everywere I could think of

I’ve attached an image showing what happens as I zoom further and further.

Thank you.

Version
4.2.2.9777
Images
  • You must to post comments
Best Answer
0
0

Never mind, the polygon needs to be closed for it be filled properly. This fixes the issue.

  • 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