93 references to PointCount
System.Drawing (3)
commonui\System\Drawing\Advanced\GraphicsPath.cs (3)
304int numPts = PointCount; 1696int count = PointCount; 1721int count = PointCount;
System.Web.DataVisualization (45)
Common\Annotation\CalloutAnnotation.cs (1)
1399 if(path.PointCount > 0)
Common\Annotation\PolygonAnnotation.cs (4)
516 _graphicsPath.PointCount != _pathPoints.Count) 521if (_graphicsPath.PointCount > 0 ) 556 if(_graphicsPath.PointCount == 0) 885 if(_graphicsPath.PointCount > 0)
Common\ChartTypes\AreaChart.cs (6)
511float[] coord = new float[mapAreaPath.PointCount * 2]; 513for (int i = 0; i < mapAreaPath.PointCount; i++) 567coord = new float[mapAreaPath.PointCount * 2]; 857 if(resultPath != null && segmentResultPath != null && segmentResultPath.PointCount > 0) 1164 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0) 1463 if(elemLayer == 2 && resultPath != null && surfacePath != null && surfacePath.PointCount > 0)
Common\ChartTypes\FunnelChart.cs (1)
1102if (tmp.PointCount > 0)
Common\ChartTypes\KagiChart.cs (2)
608float[] coord = new float[path.PointCount * 2]; 610for (int i = 0; i < path.PointCount; i++)
Common\ChartTypes\LineChart.cs (5)
942if (path.PointCount == 0) 949float[] coord = new float[path.PointCount * 2]; 951for (int i = 0; i < path.PointCount; i++) 1957 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0) 2380 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0)
Common\ChartTypes\PieChart.cs (4)
1849PointF[] pointNew = new PointF[path.PointCount]; 1850for (int i = 0; i < path.PointCount; i++) 1856float[] coord = new float[path.PointCount * 2]; 1859for (int index = 0; index < path.PointCount; index++)
Common\ChartTypes\RangeChart.cs (4)
712 float[] coord = new float[mapAreaPath.PointCount * 2]; 714 for( int i = 0; i < mapAreaPath.PointCount; i++ ) 1085 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0) 1432 if(elemLayer == 2 && resultPath != null && surfacePath != null && surfacePath.PointCount > 0)
Common\ChartTypes\StackedAreaChart.cs (4)
696float[] coord = new float[path.PointCount * 2]; 698for (int i = 0; i < path.PointCount; i++) 739coord = new float[linePath.PointCount * 2]; 740for (int i = 0; i < linePath.PointCount; i++)
Common\ChartTypes\StepLineChart.cs (6)
150 float[] coord = new float[path.PointCount * 2]; 152 for( int i = 0; i < path.PointCount; i++ ) 184 coord = new float[path.PointCount * 2]; 186 for( int i = 0; i < path.PointCount; i++ ) 387 if(resultPathLine1 != null && resultPathLine1.PointCount > 0) 399 if(resultPathLine2 != null && resultPathLine2.PointCount > 0)
Common\General\ChartGraphics3D.cs (4)
1691 if(resultPath != null && segmentResultPath != null && segmentResultPath.PointCount > 0) 2069 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0) 4321 if(pathToDraw != null && pathToDraw.PointCount > 0) 4354 if(ellipseFlattenPath.PointCount == 0)
Common\General\ChartRenderingEngine.cs (2)
427 path.PointCount == 0) 514 path.PointCount == 0)
Common\General\ImageMap.cs (2)
235 if(path.PointCount == 0) 838 if(path.PointCount > 0)
System.Windows.Forms.DataVisualization (45)
Common\Annotation\CalloutAnnotation.cs (1)
1399 if(path.PointCount > 0)
Common\Annotation\PolygonAnnotation.cs (4)
516 _graphicsPath.PointCount != _pathPoints.Count) 521if (_graphicsPath.PointCount > 0 ) 556 if(_graphicsPath.PointCount == 0) 885 if(_graphicsPath.PointCount > 0)
Common\ChartTypes\AreaChart.cs (6)
511float[] coord = new float[mapAreaPath.PointCount * 2]; 513for (int i = 0; i < mapAreaPath.PointCount; i++) 567coord = new float[mapAreaPath.PointCount * 2]; 857 if(resultPath != null && segmentResultPath != null && segmentResultPath.PointCount > 0) 1164 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0) 1463 if(elemLayer == 2 && resultPath != null && surfacePath != null && surfacePath.PointCount > 0)
Common\ChartTypes\FunnelChart.cs (1)
1102if (tmp.PointCount > 0)
Common\ChartTypes\KagiChart.cs (2)
608float[] coord = new float[path.PointCount * 2]; 610for (int i = 0; i < path.PointCount; i++)
Common\ChartTypes\LineChart.cs (5)
942if (path.PointCount == 0) 949float[] coord = new float[path.PointCount * 2]; 951for (int i = 0; i < path.PointCount; i++) 1957 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0) 2380 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0)
Common\ChartTypes\PieChart.cs (4)
1849PointF[] pointNew = new PointF[path.PointCount]; 1850for (int i = 0; i < path.PointCount; i++) 1856float[] coord = new float[path.PointCount * 2]; 1859for (int index = 0; index < path.PointCount; index++)
Common\ChartTypes\RangeChart.cs (4)
712 float[] coord = new float[mapAreaPath.PointCount * 2]; 714 for( int i = 0; i < mapAreaPath.PointCount; i++ ) 1085 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0) 1432 if(elemLayer == 2 && resultPath != null && surfacePath != null && surfacePath.PointCount > 0)
Common\ChartTypes\StackedAreaChart.cs (4)
696float[] coord = new float[path.PointCount * 2]; 698for (int i = 0; i < path.PointCount; i++) 739coord = new float[linePath.PointCount * 2]; 740for (int i = 0; i < linePath.PointCount; i++)
Common\ChartTypes\StepLineChart.cs (6)
150 float[] coord = new float[path.PointCount * 2]; 152 for( int i = 0; i < path.PointCount; i++ ) 184 coord = new float[path.PointCount * 2]; 186 for( int i = 0; i < path.PointCount; i++ ) 387 if(resultPathLine1 != null && resultPathLine1.PointCount > 0) 399 if(resultPathLine2 != null && resultPathLine2.PointCount > 0)
Common\General\ChartGraphics3D.cs (4)
1691 if(resultPath != null && segmentResultPath != null && segmentResultPath.PointCount > 0) 2069 if(resultPath != null && segmentPath != null && segmentPath.PointCount > 0) 4321 if(pathToDraw != null && pathToDraw.PointCount > 0) 4354 if(ellipseFlattenPath.PointCount == 0)
Common\General\ChartRenderingEngine.cs (2)
427 path.PointCount == 0) 514 path.PointCount == 0)
Common\General\ImageMap.cs (2)
235 if(path.PointCount == 0) 838 if(path.PointCount > 0)