2 writes to _chartArea
System.Web.DataVisualization (2)
Common\General\ChartArea3D.cs (2)
126this._chartArea = chartArea; 135this._chartArea = chartArea;
20 references to _chartArea
System.Web.DataVisualization (20)
Common\General\ChartArea3D.cs (20)
201if (this._chartArea != null) 215this._chartArea.Invalidate(); 249if (this._chartArea != null) 251this._chartArea.Invalidate(); 276if (this._chartArea != null) 278this._chartArea.Invalidate(); 301if (this._chartArea != null) 303this._chartArea.Invalidate(); 340if (this._chartArea != null) 342this._chartArea.Invalidate(); 371if (this._chartArea != null) 373this._chartArea.Invalidate(); 402if (this._chartArea != null) 404this._chartArea.Invalidate(); 433if (this._chartArea != null) 435this._chartArea.Invalidate(); 464if (this._chartArea != null) 466this._chartArea.Invalidate(); 495if (this._chartArea != null) 497this._chartArea.Invalidate();