3 writes to graph
System.Web.DataVisualization (3)
Common\Annotation\TextAnnotation.cs (2)
942 this.Common.graph = tempChartGraph; 992 this.Common.graph = null;
Common\General\Chart.cs (1)
1795 Common.graph = ChartGraph;
22 references to graph
System.Web.DataVisualization (22)
Common\Annotation\AnnotationBase.cs (1)
4121 return this.Common.graph;
Common\ChartTypes\PointChart.cs (2)
1730 common.graph, 1763 markerSize = common.graph.GetRelativeSize(markerSize);
Common\ChartTypes\RadarChart.cs (4)
1540 PointF[] dataPointPos = GetPointsPosition(common.graph, area, series); 1568 common.graph, 1589 PointF markerPosition = common.graph.GetRelativePoint(dataPointPos[index]); 1590 markerSize = common.graph.GetRelativeSize(markerSize);
Common\ChartTypes\StockChart.cs (7)
1876if (common != null && common.graph != null && common.graph.Graphics != null) 1879markerSize.Width = point.MarkerSize * common.graph.Graphics.DpiX / 96; 1880markerSize.Height = point.MarkerSize * common.graph.Graphics.DpiY / 96; 1884if(common.graph != null) 1885common.ImageLoader.GetAdjustedImageSize(point.MarkerImage, common.graph.Graphics, ref markerSize); 1912 markerSize = common.graph.GetRelativeSize(markerSize);
Common\General\ChartArea3D.cs (4)
1010 this.Common.graph, 1022 this.Common.graph, 1821 double width = ser.GetPointWidth(area.Common.graph, hAxis, interval, 0.8) / numOfSeries; 1868 pointEx.width = ser.GetPointWidth(area.Common.graph, hAxis, interval, 0.8) / numOfSeries;
Common\General\Legend.cs (1)
6212dpi = Common.graph.Graphics.DpiX;
Common\General\Selection.cs (1)
1586return this.ChartPicture.Common.graph;
Common\General\SmartLabels.cs (2)
1351 RectangleF breakPosition = currentAxis.ScaleSegments[index].GetBreakLinePosition(common.graph, currentAxis.ScaleSegments[index + 1]); 1352 breakPosition = common.graph.GetRelativeRectangle(breakPosition);