1 write to _common
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
5620 this._common = common;
13 references to _common
System.Windows.Forms.DataVisualization (13)
Common\General\ChartGraphics.cs (13)
384System.Drawing.Image image = _common.ImageLoader.LoadImage( name ); 708System.Drawing.Image image = _common.ImageLoader.LoadImage( markerImage ); 2052boundaryRect.Width = this._common.Width - boundaryRect.X; 2061boundaryRect.Height = this._common.Height - boundaryRect.Y; 3523System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage ); 4203System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage ); 4500System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage ); 4908 if(_common == null || borderSkin.SkinStyle == BorderSkinStyle.None || absRect.Width == 0 || absRect.Height == 0) 4914 IBorderType borderTypeInterface = _common.BorderTypeRegistry.GetBorderType(borderSkin.SkinStyle.ToString()); 5588 return _common.ChartPicture.ChartAreas[chartAreaName].AxisX.GetLinearPosition( axisValue ); 5591 return _common.ChartPicture.ChartAreas[chartAreaName].AxisX2.GetLinearPosition( axisValue ); 5594 return _common.ChartPicture.ChartAreas[chartAreaName].AxisY.GetLinearPosition( axisValue ); 5597 return _common.ChartPicture.ChartAreas[chartAreaName].AxisY2.GetLinearPosition( axisValue );