1 write to _chart
System.Windows.Forms.DataVisualization (1)
Common\General\ChartSerializer.cs (1)
782
_chart
= (Chart)_serviceContainer.GetService(typeof(Chart));
2 references to _chart
System.Windows.Forms.DataVisualization (2)
Common\General\ChartSerializer.cs (2)
780
if(
_chart
== null)
784
return
_chart
;