2 writes to chartPicture
System.Windows.Forms.DataVisualization (2)
WinForm\ChartWinControl.cs (2)
236
chartPicture
= new ChartImage(serviceContainer);
3160
chartPicture
= null;
108 references to chartPicture
System.Windows.Forms.DataVisualization (108)
WinForm\ChartWinControl.cs (102)
248
serviceContainer.AddService(
chartPicture
.GetType(),
chartPicture
); // Chart image service
394
chartPicture
.Paint(e.Graphics, false);
396
chartPicture
.Paint(e.Graphics, this.paintTopLevelElementOnly);
449
chartPicture
.Paint(paintBufferBitmapGraphics, this.paintTopLevelElementOnly);
502
if(
chartPicture
.BackColor.A != 255 &&
chartPicture
.BackColor != Color.Empty)
506
else if(
chartPicture
.BackImageTransparentColor.A != 255 &&
507
chartPicture
.BackImageTransparentColor != Color.Empty &&
508
!String.IsNullOrEmpty(
chartPicture
.BackImage))
519
Color oldBackColor =
chartPicture
.BackColor;
523
chartPicture
.BackColor = Color.Transparent;
529
chartPicture
.BackColor = oldBackColor;
553
if(
chartPicture
.BorderSkin.SkinStyle != BorderSkinStyle.None)
555
if(
chartPicture
.BorderSkin.PageColor.A != 255 &&
556
chartPicture
.BorderSkin.PageColor != Color.Empty)
560
if(
chartPicture
.BorderSkin.BackColor.A != 255 &&
chartPicture
.BorderSkin.BackColor != Color.Empty)
564
else if(
chartPicture
.BorderSkin.BackImageTransparentColor.A != 255 &&
565
chartPicture
.BorderSkin.BackImageTransparentColor != Color.Empty &&
566
!String.IsNullOrEmpty(
chartPicture
.BorderSkin.BackImage))
611
if(this.
chartPicture
.nonTopLevelChartBuffer != null)
613
this.
chartPicture
.nonTopLevelChartBuffer.Dispose();
614
this.
chartPicture
.nonTopLevelChartBuffer = null;
636
if(!this.
chartPicture
.isSavingAsImage)
658
if(!this.
chartPicture
.isSavingAsImage)
724
if((
chartPicture
.BackColor.A != 255 &&
chartPicture
.BackColor != Color.Empty) ||
725
(
chartPicture
.BorderSkin.SkinStyle != BorderSkinStyle.None &&
726
chartPicture
.BorderSkin.PageColor.A != 255 &&
727
chartPicture
.BorderSkin.PageColor != Color.Empty))
743
chartPicture
.Width = this.Size.Width;
744
chartPicture
.Height = this.Size.Height;
831
this.
chartPicture
.isSavingAsImage = true;
835
this.
chartPicture
.SaveIntoMetafile(imageStream, EmfType.EmfOnly);
840
Image chartImage = this.
chartPicture
.GetImage();
850
this.
chartPicture
.isSavingAsImage = false;
865
this.
chartPicture
.isSavingAsImage = true;
881
this.
chartPicture
.SaveIntoMetafile(imageStream, emfType);
886
Image chartImage = this.
chartPicture
.GetImage();
917
this.
chartPicture
.isSavingAsImage = false;
990
this.
chartPicture
.SuppressExceptions = value;
994
return this.
chartPicture
.SuppressExceptions;
1014
return
chartPicture
.DataSource;
1018
chartPicture
.DataSource = value;
1091
return
chartPicture
.Legends;
1108
return
chartPicture
.Titles;
1125
return
chartPicture
.Annotations;
1192
return
chartPicture
.AntiAliasing;
1196
if(
chartPicture
.AntiAliasing != value)
1198
chartPicture
.AntiAliasing = value;
1225
return
chartPicture
.TextAntiAliasingQuality;
1229
chartPicture
.TextAntiAliasingQuality = value;
1251
return
chartPicture
.IsSoftShadows;
1255
chartPicture
.IsSoftShadows = value;
1279
return
chartPicture
.ChartAreas;
1298
return
chartPicture
.BackColor;
1302
if (
chartPicture
.BackColor != value)
1304
chartPicture
.BackColor = value;
1380
chartPicture
.InspectChartDimensions(value.Width, value.Height);
1399
return
chartPicture
.DataManipulator;
1461
return
chartPicture
.BackHatchStyle;
1465
chartPicture
.BackHatchStyle = value;
1492
return
chartPicture
.BackImage;
1496
chartPicture
.BackImage = value;
1520
return
chartPicture
.BackImageWrapMode;
1524
chartPicture
.BackImageWrapMode = value;
1550
return
chartPicture
.BackImageTransparentColor;
1554
chartPicture
.BackImageTransparentColor = value;
1578
return
chartPicture
.BackImageAlignment;
1582
chartPicture
.BackImageAlignment = value;
1606
return
chartPicture
.BackGradientStyle;
1610
chartPicture
.BackGradientStyle = value;
1635
return
chartPicture
.BackSecondaryColor;
1639
chartPicture
.BackSecondaryColor = value;
1668
return
chartPicture
.BorderColor;
1672
chartPicture
.BorderColor = value;
1699
return
chartPicture
.BorderWidth;
1703
chartPicture
.BorderWidth = value;
1730
return
chartPicture
.BorderDashStyle;
1734
chartPicture
.BorderDashStyle = value;
1759
return
chartPicture
.BorderColor;
1763
chartPicture
.BorderColor = value;
1786
return
chartPicture
.BorderWidth;
1790
chartPicture
.BorderWidth = value;
1813
return
chartPicture
.BorderDashStyle;
1817
chartPicture
.BorderDashStyle = value;
1844
return
chartPicture
.BorderSkin;
1848
chartPicture
.BorderSkin = value;
1956
chartPicture
.LoadTemplate(name);
1965
chartPicture
.LoadTemplate(stream);
2822
this.
chartPicture
.DataBind();
2830
this.
chartPicture
.AlignDataPointsByAxisLabel(false, PointSortOrder.Ascending);
2852
this.
chartPicture
.AlignDataPointsByAxisLabel(seriesList, false, PointSortOrder.Ascending);
2875
this.
chartPicture
.AlignDataPointsByAxisLabel(seriesList, true, sortingOrder);
2884
this.
chartPicture
.AlignDataPointsByAxisLabel(true, sortingOrder);
2900
this.
chartPicture
.DataBindTable(
2912
this.
chartPicture
.DataBindTable(
2936
this.
chartPicture
.DataBindCrossTab(
2967
this.
chartPicture
.DataBindCrossTab(
3157
if (
chartPicture
!= null)
3159
chartPicture
.Dispose();
WinForm\Utilities\AccessibleObject.cs (6)
262
this._chart.
chartPicture
!= null &&
263
this._chart.
chartPicture
.Common != null &&
264
this._chart.
chartPicture
.Common.HotRegionsList != null)
267
if (this._chart.
chartPicture
.Common.HotRegionsList.List == null ||
268
this._chart.
chartPicture
.Common.HotRegionsList.List.Count == 0)
274
foreach (HotRegion hotRegion in this._chart.
chartPicture
.Common.HotRegionsList.List)