Cannot bind to non-supported datasource: Graph_
Posted: Mon Feb 27, 2017 6:26 pm
Good Afternoon,
I am trying to figure out what this message means:
"Cannot bind to non-supported datasource: Graph_"
All I do is add a ScrollPager to the chart and set the series. The exception stack is listed below:
at Steema.TeeChart.Styles.Series.FillFromDataSource()
at Steema.TeeChart.Styles.Series.Added()
at Steema.TeeChart.Styles.SeriesCollection.Add(Series s)
at Steema.TeeChart.Tools.ScrollPager.CopySeries()
at Steema.TeeChart.Tools.ScrollPager.SetUpScrollPager()
at Steema.TeeChart.Tools.ScrollPager.SetSeries(Series value)
I have tried to duplicate the error using a simple chart but I cannot. I have tried to compare visually in the debugger the difference between the two charts and still nothing.
The weirdest part of this is that if I pop up the TChart editor move to the Chart/Data tab and close the editor then the adding of the ScrollPager works fine after that. So the TChart data editor does "something" to make everything fine. What it does is beyond me.
Is there any way to figure out what this exception means without making a simple demo for you guys?
I am trying to figure out what this message means:
"Cannot bind to non-supported datasource: Graph_"
All I do is add a ScrollPager to the chart and set the series. The exception stack is listed below:
at Steema.TeeChart.Styles.Series.FillFromDataSource()
at Steema.TeeChart.Styles.Series.Added()
at Steema.TeeChart.Styles.SeriesCollection.Add(Series s)
at Steema.TeeChart.Tools.ScrollPager.CopySeries()
at Steema.TeeChart.Tools.ScrollPager.SetUpScrollPager()
at Steema.TeeChart.Tools.ScrollPager.SetSeries(Series value)
I have tried to duplicate the error using a simple chart but I cannot. I have tried to compare visually in the debugger the difference between the two charts and still nothing.
The weirdest part of this is that if I pop up the TChart editor move to the Chart/Data tab and close the editor then the adding of the ScrollPager works fine after that. So the TChart data editor does "something" to make everything fine. What it does is beyond me.
Is there any way to figure out what this exception means without making a simple demo for you guys?