93 references to PointCount
System.Drawing (3)
commonui\System\Drawing\Advanced\GraphicsPath.cs (3)
304
int numPts =
PointCount
;
1696
int count =
PointCount
;
1721
int 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)
521
if (_graphicsPath.
PointCount
> 0 )
556
if(_graphicsPath.
PointCount
== 0)
885
if(_graphicsPath.
PointCount
> 0)
Common\ChartTypes\AreaChart.cs (6)
511
float[] coord = new float[mapAreaPath.
PointCount
* 2];
513
for (int i = 0; i < mapAreaPath.
PointCount
; i++)
567
coord = 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)
1102
if (tmp.
PointCount
> 0)
Common\ChartTypes\KagiChart.cs (2)
608
float[] coord = new float[path.
PointCount
* 2];
610
for (int i = 0; i < path.
PointCount
; i++)
Common\ChartTypes\LineChart.cs (5)
942
if (path.
PointCount
== 0)
949
float[] coord = new float[path.
PointCount
* 2];
951
for (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)
1849
PointF[] pointNew = new PointF[path.
PointCount
];
1850
for (int i = 0; i < path.
PointCount
; i++)
1856
float[] coord = new float[path.
PointCount
* 2];
1859
for (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)
696
float[] coord = new float[path.
PointCount
* 2];
698
for (int i = 0; i < path.
PointCount
; i++)
739
coord = new float[linePath.
PointCount
* 2];
740
for (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)
521
if (_graphicsPath.
PointCount
> 0 )
556
if(_graphicsPath.
PointCount
== 0)
885
if(_graphicsPath.
PointCount
> 0)
Common\ChartTypes\AreaChart.cs (6)
511
float[] coord = new float[mapAreaPath.
PointCount
* 2];
513
for (int i = 0; i < mapAreaPath.
PointCount
; i++)
567
coord = 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)
1102
if (tmp.
PointCount
> 0)
Common\ChartTypes\KagiChart.cs (2)
608
float[] coord = new float[path.
PointCount
* 2];
610
for (int i = 0; i < path.
PointCount
; i++)
Common\ChartTypes\LineChart.cs (5)
942
if (path.
PointCount
== 0)
949
float[] coord = new float[path.
PointCount
* 2];
951
for (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)
1849
PointF[] pointNew = new PointF[path.
PointCount
];
1850
for (int i = 0; i < path.
PointCount
; i++)
1856
float[] coord = new float[path.
PointCount
* 2];
1859
for (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)
696
float[] coord = new float[path.
PointCount
* 2];
698
for (int i = 0; i < path.
PointCount
; i++)
739
coord = new float[linePath.
PointCount
* 2];
740
for (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)