2 writes to _chartControl
System.Windows.Forms.DataVisualization (2)
Common\General\Selection.cs (2)
1476
this.
_chartControl
= this.ChartControl;
1534
this.
_chartControl
= this.ChartPicture.Chart;
2 references to _chartControl
System.Windows.Forms.DataVisualization (2)
Common\General\Selection.cs (2)
1530
if (this.
_chartControl
== null)
1537
return this.
_chartControl
;