18 references to IsSurfaceVisible
System.Web.DataVisualization (18)
Common\ChartTypes\AreaChart.cs (1)
1543
if(ChartGraphics.
IsSurfaceVisible
(cubePoints[0],cubePoints[1],cubePoints[2]))
Common\ChartTypes\RangeChart.cs (3)
1513
if(ChartGraphics.
IsSurfaceVisible
(cubePoints[0],cubePoints[1],cubePoints[2]))
1573
if(ChartGraphics.
IsSurfaceVisible
(cubePoints[2],cubePoints[1],cubePoints[0]))
1710
bool topIsVisible = ChartGraphics.
IsSurfaceVisible
( points3D[0], points3D[1], points3D[2]);
Common\General\ChartArea3D.cs (6)
2182
surf1 = ChartGraphics.
IsSurfaceVisible
(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2189
surf2 = ChartGraphics.
IsSurfaceVisible
(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2203
surf1 = ChartGraphics.
IsSurfaceVisible
(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2210
surf2 = ChartGraphics.
IsSurfaceVisible
(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2224
surf1 = ChartGraphics.
IsSurfaceVisible
(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2231
surf2 = ChartGraphics.
IsSurfaceVisible
(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
Common\General\ChartGraphics3D.cs (8)
1232
bool topIsVisible =
IsSurfaceVisible
( points3D[0], points3D[1], points3D[2]);
2108
bool topIsVisible =
IsSurfaceVisible
( points3D[0], points3D[1], points3D[2]);
3770
if(
IsSurfaceVisible
(cubePoints[0],cubePoints[3],cubePoints[2]))
3775
if(
IsSurfaceVisible
(cubePoints[4],cubePoints[5],cubePoints[6]))
3781
if(
IsSurfaceVisible
(cubePoints[0],cubePoints[1],cubePoints[5]))
3787
if(
IsSurfaceVisible
(cubePoints[3],cubePoints[7],cubePoints[6]))
3793
if(
IsSurfaceVisible
(cubePoints[4],cubePoints[7],cubePoints[3]))
3799
if(
IsSurfaceVisible
(cubePoints[1],cubePoints[2],cubePoints[6]))