53 references to GetRelativePoint
System.Windows.Forms.DataVisualization (53)
Common\ChartTypes\AreaChart.cs (2)
515pointNew = graph.GetRelativePoint(areaPoints[i]); 571pointNew = graph.GetRelativePoint(mapAreaPathPoints[i]);
Common\ChartTypes\FastLineChart.cs (2)
603 PointF firstPoint = Graph.GetRelativePoint(new PointF(firstPointX, firstPointY)); 604 PointF secondPoint = Graph.GetRelativePoint(new PointF(secondPointX, secondPointY));
Common\ChartTypes\FastPointChart.cs (1)
451 location = graph.GetRelativePoint(location);
Common\ChartTypes\FunnelChart.cs (2)
617 series.Points[pointIndex].positionRel = Graph.GetRelativePoint(pointPositionAbs); 2965 series.Points[pointIndex].positionRel = Graph.GetRelativePoint(pointPositionAbs);
Common\ChartTypes\KagiChart.cs (9)
556 graph.GetRelativePoint(point1), graph.GetRelativePoint(point2), 564 graph.GetRelativePoint(point2), graph.GetRelativePoint(point3), 571 graph.GetRelativePoint(point2), graph.GetRelativePoint(point4), 582 graph.GetRelativePoint(point4), graph.GetRelativePoint(point3), 612pointNew = graph.GetRelativePoint(pathPoints[i]);
Common\ChartTypes\LineChart.cs (2)
612 point.positionRel = graph.GetRelativePoint(dataPointPos[index]); 953pointNew = graph.GetRelativePoint(pathPoints[i]);
Common\ChartTypes\PieChart.cs (3)
1852pointNew[i] = graph.GetRelativePoint(path.PathPoints[i]); 2739point.positionRel = graph.GetRelativePoint(point.positionRel); 5564 PointF labelPosition = graph.GetRelativePoint(points[(int)PiePoints.TopLabelCenter]);
Common\ChartTypes\RadarChart.cs (6)
512 point.positionRel = graph.GetRelativePoint(dataPointPos[index]); 801 PointF relativeMarkerPosition = graph.GetRelativePoint(dataPointPos[index]); 1206position = graph.GetRelativePoint(position); 1207markerPosition = graph.GetRelativePoint(markerPosition); 1239position = graph.GetRelativePoint(position); 1589 PointF markerPosition = common.graph.GetRelativePoint(dataPointPos[index]);
Common\ChartTypes\RangeChart.cs (1)
716 pointNew = graph.GetRelativePoint( pathPoints[i] );
Common\ChartTypes\StackedAreaChart.cs (5)
700pointNew = graph.GetRelativePoint(pathPoints[i]); 742pointNew = graph.GetRelativePoint(linePath.PathPoints[i]); 891 graph.DrawLineRel(point.BorderColor, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(firstPoint), graph.GetRelativePoint(secondPoint), point.series.ShadowColor, point.series.ShadowOffset ); 1030labelPosition = graph.GetRelativePoint(labelPosition);
Common\ChartTypes\StackedColumnChart.cs (1)
1221labelPosition = graph.GetRelativePoint(absPosition);
Common\ChartTypes\StepLineChart.cs (6)
123 graph.DrawLineRel( point.Color, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(point1), graph.GetRelativePoint(point2), series.ShadowColor, series.ShadowOffset ); 124 graph.DrawLineRel( point.Color, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(point2), graph.GetRelativePoint(point3), series.ShadowColor, series.ShadowOffset ); 154 pointNew = graph.GetRelativePoint( pathPoints[i] ); 188 pointNew = graph.GetRelativePoint( pathPoints[i] );
Common\General\ChartGraphics.cs (6)
5343endPoint = GetRelativePoint(endPoint); 5357endPoint = GetRelativePoint(endPoint); 5371points[0] = GetRelativePoint(points[0]); 5372points[1] = GetRelativePoint(points[1]); 5373points[2] = GetRelativePoint(points[2]); 5375endPoint = GetRelativePoint(endPoint);
Common\General\ImageMap.cs (1)
852 pathPoints[pointIndex] = graph.GetRelativePoint( pathPoints[pointIndex] );
Common\General\Legend.cs (1)
2548 chartGraph.GetRelativePoint(point),
Common\General\LegendColumns.cs (3)
2383 chartGraph.GetRelativePoint(point1), 2384 chartGraph.GetRelativePoint(point2), 2467 chartGraph.GetRelativePoint(pointF),
Common\General\Selection.cs (2)
2037relativeX = this.Graph.GetRelativePoint(new PointF(x, y)).X; 2038relativeY = this.Graph.GetRelativePoint(new PointF(x, y)).Y;