1 write to _common
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
5620
this.
_common
= common;
13 references to _common
System.Web.DataVisualization (13)
Common\General\ChartGraphics.cs (13)
384
System.Drawing.Image image =
_common
.ImageLoader.LoadImage( name );
708
System.Drawing.Image image =
_common
.ImageLoader.LoadImage( markerImage );
2052
boundaryRect.Width = this.
_common
.Width - boundaryRect.X;
2061
boundaryRect.Height = this.
_common
.Height - boundaryRect.Y;
3523
System.Drawing.Image image =
_common
.ImageLoader.LoadImage( backImage );
4203
System.Drawing.Image image =
_common
.ImageLoader.LoadImage( backImage );
4500
System.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 );