38 references to Bottom
System.Web.DataVisualization (38)
Common\ChartTypes\AreaChart.cs (7)
997
bool bottomVisible = ( (visibleSurfaces & SurfaceNames.
Bottom
) == SurfaceNames.
Bottom
);
998
visibleSurfaces ^= SurfaceNames.
Bottom
;
1002
visibleSurfaces |= SurfaceNames.
Bottom
;
1188
SurfaceNames[] surfacesOrder = new SurfaceNames[] {SurfaceNames.Back, SurfaceNames.
Bottom
, SurfaceNames.Top, SurfaceNames.Left, SurfaceNames.Right, SurfaceNames.Front};
1258
currentSurface != SurfaceNames.
Bottom
)
1281
case(SurfaceNames.
Bottom
):
Common\ChartTypes\RangeChart.cs (15)
1121
bool bottomVisible = ( (visibleSurfaces & SurfaceNames.
Bottom
) == SurfaceNames.
Bottom
);
1122
visibleSurfaces ^= SurfaceNames.
Bottom
;
1126
visibleSurfaces |= SurfaceNames.
Bottom
;
1141
if( (visibleSurfaces & SurfaceNames.
Bottom
) == SurfaceNames.
Bottom
)
1145
if( (visibleSurfaces & SurfaceNames.
Bottom
) == 0 &&
1152
visibleSurfaces |= SurfaceNames.
Bottom
;
1230
surfacesOrder = new SurfaceNames[] {SurfaceNames.Back, SurfaceNames.
Bottom
, SurfaceNames.Top, SurfaceNames.Left, SurfaceNames.Right, SurfaceNames.Front};
1232
surfacesOrder = new SurfaceNames[] {SurfaceNames.Back, SurfaceNames.Top, SurfaceNames.
Bottom
, SurfaceNames.Left, SurfaceNames.Right, SurfaceNames.Front};
1275
case(SurfaceNames.
Bottom
):
1529
if( (visibleSurfaces & SurfaceNames.
Bottom
) == SurfaceNames.
Bottom
)
1531
visibleSurfaces ^= SurfaceNames.
Bottom
;
1575
visibleSurfaces |= SurfaceNames.
Bottom
;
Common\ChartTypes\StackedAreaChart.cs (3)
1253
if( (visibleSurfaces & SurfaceNames.
Bottom
) != SurfaceNames.
Bottom
)
1266
visibleSurfaces |= SurfaceNames.
Bottom
;
Common\General\Axis.cs (1)
2875
surfaceName = (this.AxisPosition == AxisPosition.Left || this.AxisPosition == AxisPosition.Right) ? SurfaceNames.
Bottom
: SurfaceNames.Right;
Common\General\ChartArea3D.cs (1)
1503
(this._visibleSurfaces & SurfaceNames.
Bottom
) == 0)
Common\General\ChartGraphics3D.cs (11)
1270
if( (thinBorders & SurfaceNames.
Bottom
) != 0 )
2634
if( surfaceName == SurfaceNames.
Bottom
)
2636
result = ((boundaryRectVisibleSurfaces & SurfaceNames.
Bottom
) == SurfaceNames.
Bottom
) ? 2 : 1;
2929
for(int surfaceIndex = (int)SurfaceNames.Front; surfaceIndex <= (int)SurfaceNames.
Bottom
; surfaceIndex *= 2)
2943
if(position.Height == 0.0 && currentSurface != SurfaceNames.Top && currentSurface != SurfaceNames.
Bottom
)
2994
case(SurfaceNames.
Bottom
):
3709
result |= SurfaceNames.
Bottom
;
3801
result |= SurfaceNames.
Bottom
;
4105
for(int surfaceIndex = (int)SurfaceNames.Front; surfaceIndex <= (int)SurfaceNames.
Bottom
; surfaceIndex *= 2)
4255
case(SurfaceNames.
Bottom
):