Pre loader

Can SciChartOverview display multiple series at a time? How to remove points out of range from the SciChartOverview?

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

1
0

The main chart has multiple series. But the the SciChartOverview can hold single dataseries only. I is possible to show all the data series in the main chart in the SciChartOverview ?

I have set the visible range for the main chart to 460, 470. But in the overview i am able to see the data out of the range. I can’t zoom thoes points but I can see them on the SciChartOverview. Is there a way to hide points out of the set visible range?

Version
8.6.0.28199
Images
  • Lex
    • Lex
    • 2 months ago
    Hi Priyanka, Thanks for your questions. I’m going to discuss them with our team and will get back to you as soon as I have an update. Kind regards, Lex, SciChart Technical Support Engineer
  • You must to post comments
0
0

Hello Lex,
I was able to create a Custom Overview Control using the SciChart_CustomOverviewControl example.
https://www.scichart.com/example/wpf-chart/wpf-chart-example-custom-overview-control/

But I am stil not able to hide points out of the set visible range in the Overview Control.

Images
  • Andrew Burnett-Thompson
    Not even by using NonSelectedAreaStyle in the SciChartOverview? It should be possible to have an opaque rectangle in there to hide parts of the series outside the selected range. Do you want to share some source code of what you’ve tried so far?
  • You must to post comments
0
0

Hi Priyanka,

The example WPF Custom Overview Control shows you how to have multiple series in the overview. This approach also lets you fully customize the chart shown behind the scrollbar so you can effectively do anything you want.

enter image description here

There are also further details of various approaches in the SciChartOverview documentation page

Best regards,
Andrew

  • You must to post comments
0
0

Hello Andrew,
Thank you for the reply.
I think you have not read my previous post I was able to add multiple series in the overview control with the help of the example.

My issue now is that the data which is outside the visible range should not be displayed in the Overview Control.
I hope my question is clear this time.
Please find attached the image for reference.
Regards,
Priyanka Asawa.

Images
  • You must to post comments
0
0

Hello Priyanka,

I am sorry for the delayed response.
I discussed your inquiry with our team.

You can darken the areas on the SciChartOverview that are outside the main charts’ XAxis VisibleRange by changing the Fill property value for the NonSelectedAreaStyle.
You can find more details in the “Styling the SciChartOverview” section of the following documentation article:
https://www.scichart.com/documentation/win/current/webframe.html#SciChartOverview.html

Hope this helps.

Kind regards,
Lex,
SciChart Technical Support Engineer

  • You must to post comments
0
0

Hello Lex,

Thank you for the reply.
I did not want to waste the screen space.
So, I remove the data which should not be plotted from the XYDataSeries mapped to the chart itself.

Regards,
Priyanka Asawa

  • Lex
    Hello Priyanka, Thanks for your reply. I’m glad you’ve found a solution! If you need any further assistance, please feel free to contact us. Kind regards, Lex
  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.