5 writes to boundToDataSource
System.Web.DataVisualization (5)
Common\DataManager\DataSeries.cs (2)
1817
this.Common.ChartPicture.
boundToDataSource
= false;
1860
this.Common.ChartPicture.
boundToDataSource
= false;
Common\General\Chart.cs (2)
170
this.
boundToDataSource
= false;
623
this.
boundToDataSource
= true;
WebForm\ChartWebControl.cs (1)
2951
this.chartPicture.
boundToDataSource
= true;
1 reference to boundToDataSource
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
1784
if(chartImage != null && !chartImage.
boundToDataSource
)