2 writes to ChartGraph
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
1551
ChartGraph
= new ChartGraphics(Common);
3823
ChartGraph
= null;
30 references to ChartGraph
System.Windows.Forms.DataVisualization (30)
Common\General\Chart.cs (30)
284
this.
ChartGraph
.IsMetafile = true;
286
this.
ChartGraph
.IsMetafile = false;
1630
ChartGraph
.Graphics = offScreen;
1638
Paint(
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
);
1875
Resize(
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 ),
1935
this.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
);
1971
this.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);
3820
if (
ChartGraph
!= null)
3822
ChartGraph
.Dispose();