12 references to IsSurfaceVisible
System.Windows.Forms.DataVisualization (12)
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\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]))