3 writes to lowPoints
System.Web.DataVisualization (3)
Common\ChartTypes\RangeChart.cs (3)
321 lowPoints = null; 378 lowPoints = null; 391 lowPoints = GetPointsPosition(graph, series, indexedBasedX);
23 references to lowPoints
System.Web.DataVisualization (23)
Common\ChartTypes\RangeChart.cs (23)
388 if(lowPoints == null) 398 PointF lowPoint1 = lowPoints[pointIndex-1]; 399 PointF lowPoint2 = lowPoints[pointIndex]; 444path.AddLine(lowPoints[pointIndex - 1], lowPoints[pointIndex]); 448pathReverse.AddCurve(lowPoints, pointIndex - 1, 1, this.lineTension); 482 path.AddLine(lowPoints[pointIndex-1], lowPoints[pointIndex]); 486 path.AddCurve(lowPoints, pointIndex-1, 1, this.lineTension); 553base.DrawLine(graph, common, point, series, lowPoints, pointIndex, tension); 611 graph.DrawLine(areaLinePen, lowPoints[pointIndex - 1], lowPoints[pointIndex]); 615 graph.DrawCurve(areaLinePen, lowPoints, pointIndex-1, 1, this.lineTension); 639 areaBottomPath.AddLine(lowPoints[pointIndex-1], lowPoints[pointIndex]); 643 areaBottomPath.AddCurve(lowPoints, pointIndex-1, 1, this.lineTension); 656 base.DrawLine(graph, common, point, series, lowPoints, pointIndex, tension); 680 path.AddLine(lowPoints[pointIndex-1], lowPoints[pointIndex]); 684 path.AddCurve(lowPoints, pointIndex-1, 1, this.lineTension); 702 mapAreaPath.AddLine(lowPoints[pointIndex - 1], lowPoints[pointIndex]); 706 mapAreaPath.AddCurve(lowPoints, pointIndex-1, 1, this.lineTension);