Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5020
Controlling/Syncing Multiple Charts with RangeSelector
posted

It seems that the last chart that gets its zoombar set is the only chart that is controlled by a rangeSelector.  Is this by design?  

    self.highPlotVC.zoombar = self.topPlotVC.rangeSelectorView;  // Will not work if next line is executed

    self.lowPlotVC.zoombar = self.topPlotVC.rangeSelectorView;   // Will always work

Parents
  • 21382
    posted

    By design the IGRangeSelector only works on a single chart, but we could probably find a way to expand it to be able to control multiple charts.  At this time however your later posts would be how to sync them all 

Reply Children
No Data