2 writes to chartPicture
System.Web.DataVisualization (2)
WebForm\ChartWebControl.cs (2)
264
chartPicture
= new ChartImage(serviceContainer);
3266
chartPicture
= null;
124 references to chartPicture
System.Web.DataVisualization (124)
Common\Annotation\AnnotationBase.cs (9)
2352
this.Chart.
chartPicture
!= null)
2801
this.Chart.
chartPicture
!= null)
2822
PointF newlocation = this.Chart.
chartPicture
.annotationSmartLabel.AdjustSmartLabelPosition(
2824
this.Chart.
chartPicture
.ChartGraph,
2847
RectangleF newPosition = this.Chart.
chartPicture
.annotationSmartLabel.GetLabelPosition(
2848
this.Chart.
chartPicture
.ChartGraph,
2865
this.Chart.
chartPicture
.annotationSmartLabel.AddSmartLabelPosition(
2866
this.Chart.
chartPicture
.ChartGraph,
3132
movingDistance = Chart.
chartPicture
.ChartGraph.GetRelativeSize(movingDistance);
Common\Annotation\RectangleAnnotation.cs (1)
700
this.Chart.
chartPicture
!= null &&
Common\ChartTypes\PointAndFigureChart.cs (3)
731
chart.
chartPicture
.Resize(chart.
chartPicture
.ChartGraph, false);
757
SizeF markSize = chart.
chartPicture
.ChartGraph.GetAbsoluteSize(
Common\Converters\LegendConverters.cs (8)
106
if(title.Chart != null && title.Chart.
chartPicture
!= null)
108
areaCollection = title.Chart.
chartPicture
.ChartAreas;
115
if(annotation.Chart != null && annotation.Chart.
chartPicture
!= null)
117
areaCollection = annotation.Chart.
chartPicture
.ChartAreas;
152
if (title.Chart != null && title.Chart.
chartPicture
!= null)
154
areaCollection = title.Chart.
chartPicture
.ChartAreas;
161
if (annotation.Chart != null && annotation.Chart.
chartPicture
!= null)
163
areaCollection = annotation.Chart.
chartPicture
.ChartAreas;
Common\DataManager\DataSeries.cs (1)
1694
if(this.Chart != null && this.Chart.
chartPicture
.SuppressExceptions)
Common\General\Axis.cs (9)
3678
this.autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(this.LabelStyle.Font.FontFamily,
3731
autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(this.LabelStyle.Font.FontFamily,
3778
autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(
3911
autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(
3949
autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(
4763
this.autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(
4800
autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(
5113
currentAxis.autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(
5123
autoLabelFont = Common.Chart.
chartPicture
.FontCache.GetFont(
Common\General\AxisScale.cs (1)
2079
if(this.Common != null && this.Common.Chart != null && this.Common.Chart.
chartPicture
.SuppressExceptions)
Common\General\AxisScaleSegments.cs (2)
520
brush = graph.GetGradientBrush(new RectangleF(0, 0, chart.
chartPicture
.Width - 1, chart.
chartPicture
.Height - 1), chart.BackColor, chart.BackSecondaryColor, chart.BackGradientStyle);
Common\General\ImageMap.cs (1)
464
writer.AddAttribute(HtmlTextWriterAttribute.Coords, this.GetCoordinates(chart.
chartPicture
.ChartGraph));
WebForm\ChartWebControl.cs (89)
277
serviceContainer.AddService(
chartPicture
.GetType(),
chartPicture
); // Chart image service
440
switch (
chartPicture
.ImageType)
695
chartPicture
.PaintOffScreen();
708
switch (
chartPicture
.ImageType)
734
chartPicture
.WriteChartMapTag(writer, this.ClientID + "ImageMap");
1047
int oldWidth = this.
chartPicture
.Width;
1048
int oldHeight = this.
chartPicture
.Height;
1053
this.
chartPicture
.Width = position.Width;
1054
this.
chartPicture
.Height = position.Height;
1058
this.
chartPicture
.isPrinting = true;
1060
this.
chartPicture
.Paint(graphics, false);
1062
this.
chartPicture
.isPrinting = false;
1070
this.
chartPicture
.Width = oldWidth;
1071
this.
chartPicture
.Height = oldHeight;
1114
this.
chartPicture
.isPrinting = true;
1132
this.
chartPicture
.SaveIntoMetafile(imageStream, emfType);
1137
System.Drawing.Image chartImage = this.
chartPicture
.GetImage();
1178
this.
chartPicture
.isPrinting = false;
1198
this.
chartPicture
.isPrinting = true;
1205
this.
chartPicture
.SaveIntoMetafile(imageStream, EmfType.EmfOnly);
1209
System.Drawing.Image image =
chartPicture
.GetImage();
1248
this.
chartPicture
.isPrinting = false;
1758
this.
chartPicture
.SuppressExceptions = value;
1762
return this.
chartPicture
.SuppressExceptions;
1884
return this.
chartPicture
.RightToLeft;
1888
this.
chartPicture
.RightToLeft = value;
2018
chartPicture
.DataSource = value;
2092
return
chartPicture
.ImageType;
2096
chartPicture
.ImageType = value;
2114
return
chartPicture
.Compression;
2118
chartPicture
.Compression = value;
2181
return
chartPicture
.IsMapEnabled;
2185
chartPicture
.IsMapEnabled = value;
2202
return
chartPicture
.MapAreas;
2221
return
chartPicture
.AntiAliasing;
2225
chartPicture
.AntiAliasing = value;
2245
return
chartPicture
.TextAntiAliasingQuality;
2249
chartPicture
.TextAntiAliasingQuality = value;
2267
return
chartPicture
.IsSoftShadows;
2271
chartPicture
.IsSoftShadows = value;
2289
return
chartPicture
.ChartAreas;
2309
return
chartPicture
.BackColor;
2313
chartPicture
.BackColor = value;
2355
return new Unit(
chartPicture
.Width);
2363
chartPicture
.Width = (int)value.Value;
2380
return
chartPicture
.Legends;
2397
return
chartPicture
.Titles;
2415
return
chartPicture
.Annotations;
2434
return
chartPicture
.DataManipulator;
2453
return new Unit(
chartPicture
.Height);
2461
chartPicture
.Height = (int)value.Value;
2481
return
chartPicture
.BackHatchStyle;
2485
chartPicture
.BackHatchStyle = value;
2505
return
chartPicture
.BackImage;
2509
chartPicture
.BackImage = value;
2528
return
chartPicture
.BackImageWrapMode;
2532
chartPicture
.BackImageWrapMode = value;
2553
return
chartPicture
.BackImageTransparentColor;
2557
chartPicture
.BackImageTransparentColor = value;
2576
return
chartPicture
.BackImageAlignment;
2580
chartPicture
.BackImageAlignment = value;
2599
return
chartPicture
.BackGradientStyle;
2603
chartPicture
.BackGradientStyle = value;
2623
return
chartPicture
.BackSecondaryColor;
2627
chartPicture
.BackSecondaryColor = value;
2688
return
chartPicture
.BorderColor;
2692
chartPicture
.BorderColor = value;
2710
return
chartPicture
.BorderWidth;
2714
chartPicture
.BorderWidth = value;
2732
return
chartPicture
.BorderDashStyle;
2736
chartPicture
.BorderDashStyle = value;
2757
return
chartPicture
.BorderSkin;
2761
chartPicture
.BorderSkin = value;
2826
this.
chartPicture
.WriteChartMapTag(writer, name);
2856
chartPicture
.LoadTemplate(name);
2865
chartPicture
.LoadTemplate(stream);
2950
this.
chartPicture
.DataBind(data, null);
2951
this.
chartPicture
.boundToDataSource = true;
2959
this.
chartPicture
.AlignDataPointsByAxisLabel(false, PointSortOrder.Ascending);
2977
this.
chartPicture
.AlignDataPointsByAxisLabel(seriesList, false, PointSortOrder.Ascending);
2996
this.
chartPicture
.AlignDataPointsByAxisLabel(seriesList, true, sortingOrder);
3005
this.
chartPicture
.AlignDataPointsByAxisLabel(true, sortingOrder);
3023
this.
chartPicture
.DataBindTable(
3035
this.
chartPicture
.DataBindTable(
3059
this.
chartPicture
.DataBindCrossTab(
3090
this.
chartPicture
.DataBindCrossTab(
3263
if (
chartPicture
!= null)
3265
chartPicture
.Dispose();