1 write to circularCenter
System.Web.DataVisualization (1)
Common\General\ChartArea.cs (1)
1825 this.circularCenter = new PointF(plottingRect.X + plottingRect.Width/2f, plottingRect.Y + plottingRect.Height/2f);
18 references to circularCenter
System.Web.DataVisualization (18)
Common\ChartTypes\PolarChart.cs (3)
246 double xPosition = area.circularCenter.X; 254 matrix.RotateAt(sectorAngle, graph.GetAbsolutePoint(area.circularCenter)); 263 pointPos[index] = graph.GetAbsolutePoint(area.circularCenter);
Common\ChartTypes\RadarChart.cs (9)
481fillPath.AddLine(graph.GetAbsolutePoint(area.circularCenter), dataPointPos[index]); 483fillPath.AddLine(dataPointPos[secondPointIndex], graph.GetAbsolutePoint(area.circularCenter)); 575AddSelectionPath(area, selectionPath, dataPointPos, index, secondPointIndex, graph.GetAbsolutePoint(area.circularCenter), 0); 601fillPath.AddLine(graph.GetAbsolutePoint(area.circularCenter), dataPointPos[index]); 603fillPath.AddLine(dataPointPos[secondPointIndex], graph.GetAbsolutePoint(area.circularCenter)); 634AddSelectionPath(area, selectionPath, dataPointPos, index, secondPointIndex, graph.GetAbsolutePoint(area.circularCenter), 0); 993 double xPosition = area.circularCenter.X; 1001 matrix.RotateAt(sectorAngle, graph.GetAbsolutePoint(area.circularCenter)); 1010 pointPos[index] = graph.GetAbsolutePoint(area.circularCenter);
Common\General\Axis.cs (3)
1559graph.GetAbsolutePoint(ChartArea.circularCenter)); 2069PointF centerPoint = graph.GetAbsolutePoint(ChartArea.circularCenter); 4841PointF areaCenterAbs = graph.GetAbsolutePoint(ChartArea.circularCenter);
Common\General\ChartArea.cs (1)
2670 PointF areaCenterAbs = chartGraph.GetAbsolutePoint(this.circularCenter);
Common\General\Label.cs (2)
1162this._axis.ChartArea.circularCenter.X, 1190newMatrix.RotateAt(labelAngle, graph.GetAbsolutePoint(this._axis.ChartArea.circularCenter));