4 writes to boundToDataSource
System.Windows.Forms.DataVisualization (4)
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;
1 reference to boundToDataSource
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
1784
if(chartImage != null && !chartImage.
boundToDataSource
)