1 write to _chart
System.Windows.Forms.DataVisualization (1)
Common\General\CommonElements.cs (1)
170
_chart
= (Chart)container.GetService(typeof(Chart));
2 references to _chart
System.Windows.Forms.DataVisualization (2)
Common\General\CommonElements.cs (2)
169
if (
_chart
==null)
171
return
_chart
;