Hi,
Is it possible to add the scrollbar in the chart. If the visibleRangeLimit is set is it possible to add the normal scrollbar in the side of the chart.
- Mathew George asked 7 months ago
- You must login to post comments
Hi
The simplest way to do this would be with a SciChartOverview. See https://demo.scichart.com/javascript-overview and documentation at https://www.scichart.com/documentation/js/current/webframe.html#SciChartOverview.html.
By supplying a custom transformRenderableSeries function as described in the docs, you can prevent the overview rendering any series, and then it will just behave as a scrollbar.
If you need your scrollbar to affect multiple charts at once, take a look at the way the overview is manually built in this demo https://demo.scichart.com/javascript-sync-multi-chart
Regards
David
- David Burleigh answered 7 months ago
- You must login to post comments
Please login first to submit.