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?
- Priyanka Asawa asked 2 months ago
- last edited 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 login to post comments
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.
- Priyanka Asawa answered 2 months ago
- last edited 2 months ago
- 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 login to post comments
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.
There are also further details of various approaches in the SciChartOverview documentation page
Best regards,
Andrew
- Andrew Burnett-Thompson answered 2 months ago
- You must login to post comments
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.
- Priyanka Asawa answered 2 months ago
- last edited 1 month ago
- You must login to post comments
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
- Lex answered 1 month ago
- last edited 1 month ago
- You must login to post comments
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
- Priyanka Asawa answered 1 month ago
- last edited 1 month ago
- 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 login to post comments
Please login first to submit.