2 writes to ChartGraph
System.Web.DataVisualization (2)
Common\General\Chart.cs (2)
1551 ChartGraph= new ChartGraphics(Common); 3823ChartGraph = null;
37 references to ChartGraph
System.Web.DataVisualization (37)
Common\Annotation\AnnotationBase.cs (4)
2824this.Chart.chartPicture.ChartGraph, 2848this.Chart.chartPicture.ChartGraph, 2866this.Chart.chartPicture.ChartGraph, 3132 movingDistance = Chart.chartPicture.ChartGraph.GetRelativeSize(movingDistance);
Common\ChartTypes\PointAndFigureChart.cs (2)
731 chart.chartPicture.Resize(chart.chartPicture.ChartGraph, false); 757 SizeF markSize = chart.chartPicture.ChartGraph.GetAbsoluteSize(
Common\General\Chart.cs (30)
284this.ChartGraph.IsMetafile = true; 286this.ChartGraph.IsMetafile = false; 1630ChartGraph.Graphics = offScreen; 1638Paint(ChartGraph.Graphics, false); 1793 ChartGraph.Graphics = graph; 1795 Common.graph = ChartGraph; 1798 ChartGraph.AntiAliasing = _antiAliasing; 1799 ChartGraph.softShadows = _isSoftShadows; 1800 ChartGraph.TextRenderingHint = GetTextRenderingHint(); 1808 OnBeforePaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100))); 1838 Resize(ChartGraph, resizeAfterIntervalAdjusting); 1856 area.Estimate3DInterval( ChartGraph ); 1875Resize(ChartGraph); 1885 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ), 1900 ChartGraph.Draw3DBorderAbs( 1919 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ), 1935this.Chart.CallOnPrePaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100))); 1945 area.Paint(ChartGraph); 1961 legendCurrent.Paint(ChartGraph); 1967 titleCurrent.Paint(ChartGraph); 1971this.Chart.CallOnPostPaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100))); 1975 this.Annotations.Paint(ChartGraph, paintTopLevelElementOnly); 1988 area.PaintCursors(ChartGraph, paintTopLevelElementOnly); 2013 OnAfterPaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100))); 3169 area.AxisX2.AdjustLabelFontAtSecondPass(ChartGraph, area.InnerPlotPosition.Auto); 3170 area.AxisX.AdjustLabelFontAtSecondPass(ChartGraph, area.InnerPlotPosition.Auto); 3174 area.AxisY2.AdjustLabelFontAtSecondPass(ChartGraph, area.InnerPlotPosition.Auto); 3175 area.AxisY.AdjustLabelFontAtSecondPass(ChartGraph, area.InnerPlotPosition.Auto); 3820if (ChartGraph != null) 3822ChartGraph.Dispose();
Common\General\ImageMap.cs (1)
464writer.AddAttribute(HtmlTextWriterAttribute.Coords, this.GetCoordinates(chart.chartPicture.ChartGraph));