1 write to Graph
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
417 this.Graph = graph;
48 references to Graph
System.Windows.Forms.DataVisualization (48)
Common\ChartTypes\FunnelChart.cs (48)
536 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 617 series.Points[pointIndex].positionRel = Graph.GetRelativePoint(pointPositionAbs); 685 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 691 this.Graph.StartHotRegion( point ); 726 this.Graph.DrawPathAbs( 750 this.Graph, 790 this.Graph.DrawPathAbs( 814 this.Graph, 839 this.Graph.DrawPathAbs( 863 this.Graph, 889 this.Graph.DrawPathAbs( 913 this.Graph, 924 this.Graph.EndHotRegion( ); 999 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 1005 this.Graph.StartHotRegion( point ); 1025 Graph.AddEllipseSegment( 1092Graph.AddEllipseSegment( 1152 Graph.ActiveRenderingType == RenderingType.Gdi ) 1191 this.Graph.Graphics.FillPath(brush, segmentPath); 1195 pen.DashStyle = this.Graph.GetPenStyle( point.BorderDashStyle ); 1208 this.Graph.DrawPath(pen, segmentPath ); 1215 this.Graph.DrawPathAbs( 1240 this.Graph, 1264 this.Graph.DrawPathAbs( 1288 this.Graph, 1313 this.Graph.DrawPathAbs( 1337 this.Graph, 1348 this.Graph.EndHotRegion( ); 1379 float currentLocation = this.Graph.GetAbsolutePoint(this.PlotAreaPosition.Location).Y; 1383 currentLocation = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition).Bottom; 1515 this.Graph.StartHotRegion( labelInfo.Point ); 1518 SizeF spacing = this.Graph.MeasureString( 1552 this.Graph.DrawLineAbs( 1564 labelBackPosition = this.Graph.GetRelativeRectangle(labelBackPosition); 1576this.Graph.DrawPointLabelStringRel( 1596this.Graph.EndHotRegion(); 1611 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle( this.Area.Position.ToRectangleF() ); 1669 labelInfo.Size = this.Graph.MeasureString( 1697 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(PlotAreaPosition); 1704 RectangleF requiredSpacing = this.Graph.GetAbsoluteRectangle( new RectangleF(1f, 1f, 1f, 1f) ); 1751 requiredSpacing = this.Graph.GetRelativeRectangle(requiredSpacing); 1783 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(PlotAreaPosition); 2199 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(plotAreaPosition); 2228 plotAreaPosition = this.Graph.GetRelativeRectangle(plotAreaPositionAbs); 2431 return this.Graph.GetAbsoluteSize(neckSize); 2472gapSize = this.Graph.GetAbsoluteSize(new SizeF(gapSize, gapSize)).Height; 2913 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 2965 series.Points[pointIndex].positionRel = Graph.GetRelativePoint(pointPositionAbs);