Pre loader

WPF Shade area under a curve between two limits

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

Hello,
I have a LineRenderableSeriesViewModel and I want to be able to select the chart using possibly a VerticialSliceModifier, double click it, and then find the limits of the peak centred around the VerticalSliceModifier and shade the region underneath the curve. Finding the limits of the curve is ok, but how would I shade the region in?
Any pointers would be really useful.
Regards
Peter

Version
6.0.2
  • You must to post comments
0
0

Hi there

I’m not sure of the exact visualisation you need, but you may be interested in our Band series, or Mountain series.

Band Series create a fill between two lines. The lines don’t have to be visible (set the stroke properties to Transparent) and

enter image description here

Mountain Series create a fill between a single line and a zero-value which can be configured by the user.

enter image description here

Overlaying either one of these series into the chart could allow you to create a polygon fill of a segment.

Does that help?

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