1 write to Image
System.Windows.Forms.DataVisualization (1)
Common\General\Label.cs (1)
547
newLabel.
Image
= this.Image;
12 references to Image
System.Windows.Forms.DataVisualization (12)
Common\General\Axis.cs (8)
5316
if (label.
Image
.Length > 0)
5320
if (this.Common.ImageLoader.GetAdjustedImageSize(label.
Image
, chartGraph.Graphics, ref imageAbsSize))
5487
if (label.
Image
.Length > 0)
5491
if(this.Common.ImageLoader.GetAdjustedImageSize(label.
Image
, chartGraph.Graphics, ref imageAbsSize))
5721
if (label.
Image
.Length > 0)
5725
if (this.Common.ImageLoader.GetAdjustedImageSize(label.
Image
, chartGraph.Graphics, ref imageAbsSize))
5944
if(label.
Image
.Length > 0)
5948
if(this.Common.ImageLoader.GetAdjustedImageSize(label.
Image
, chartGraph.Graphics, ref imageAbsSize))
Common\General\ChartGraphics.cs (1)
2129
labelImage = axis.Common.ImageLoader.LoadImage(label.
Image
);
Common\General\Label.cs (3)
547
newLabel.Image = this.
Image
;
1779
label.
Image
,
2497
label.
Image
,