26 references to ImageLoader
System.Windows.Forms.DataVisualization (26)
Common\Annotation\ImageAnnotation.cs (1)
698
ImageLoader imageLoader = this.Common.
ImageLoader
;
Common\ChartTypes\BarChart.cs (3)
771
common.
ImageLoader
.GetAdjustedImageSize(point.MarkerImage, graph.Graphics, ref markerSize);
1754
common.
ImageLoader
.GetAdjustedImageSize(point.MarkerImage, graph.Graphics, ref markerSize);
1879
common.
ImageLoader
.GetAdjustedImageSize(point.MarkerImage, graph.Graphics, ref markerSize);
Common\ChartTypes\BoxPlotChart.cs (1)
855
common.
ImageLoader
.GetAdjustedImageSize(markerImage, graph.Graphics, ref size);
Common\ChartTypes\ErrorBarChart.cs (1)
912
common.
ImageLoader
.GetAdjustedImageSize(markerImage, graph.Graphics, ref size);
Common\ChartTypes\PointChart.cs (1)
1423
common.
ImageLoader
.GetAdjustedImageSize(markerImage, graph.Graphics, ref size);
Common\ChartTypes\RadarChart.cs (1)
968
common.
ImageLoader
.GetAdjustedImageSize(markerImage, graph.Graphics, ref size);
Common\ChartTypes\StockChart.cs (4)
550
common.
ImageLoader
.GetAdjustedImageSize(point.MarkerImage, graph.Graphics, ref markerSize);
1017
common.
ImageLoader
.GetAdjustedImageSize(point.MarkerImage, graph.Graphics, ref markerSize);
1377
common.
ImageLoader
.GetAdjustedImageSize(point.MarkerImage, graph.Graphics, ref markerSize);
1885
common.
ImageLoader
.GetAdjustedImageSize(point.MarkerImage, common.graph.Graphics, ref markerSize);
Common\General\Axis.cs (4)
5320
if (this.Common.
ImageLoader
.GetAdjustedImageSize(label.Image, chartGraph.Graphics, ref imageAbsSize))
5491
if(this.Common.
ImageLoader
.GetAdjustedImageSize(label.Image, chartGraph.Graphics, ref imageAbsSize))
5725
if (this.Common.
ImageLoader
.GetAdjustedImageSize(label.Image, chartGraph.Graphics, ref imageAbsSize))
5948
if(this.Common.
ImageLoader
.GetAdjustedImageSize(label.Image, chartGraph.Graphics, ref imageAbsSize))
Common\General\ChartGraphics.cs (6)
384
System.Drawing.Image image = _common.
ImageLoader
.LoadImage( name );
708
System.Drawing.Image image = _common.
ImageLoader
.LoadImage( markerImage );
2129
labelImage = axis.Common.
ImageLoader
.LoadImage(label.Image);
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 );
Common\General\LegendColumns.cs (4)
1510
if (this.Common.
ImageLoader
.GetAdjustedImageSize(this.Image, graph.Graphics, ref imageSize))
2093
System.Drawing.Image image = this.Common.
ImageLoader
.LoadImage(this.Image);
2288
System.Drawing.Image image = this.Common.
ImageLoader
.LoadImage(legendItem.Image);
2431
System.Drawing.Image image = this.Common.
ImageLoader
.LoadImage(legendItem.markerImage);