48 references to Top
System.Web.DataVisualization (48)
Common\ChartTypes\AreaChart.cs (11)
996 bool topVisible = ( (visibleSurfaces & SurfaceNames.Top) == SurfaceNames.Top ); 999 visibleSurfaces ^= SurfaceNames.Top; 1006 visibleSurfaces |= SurfaceNames.Top; 1188 SurfaceNames[] surfacesOrder = new SurfaceNames[] {SurfaceNames.Back, SurfaceNames.Bottom, SurfaceNames.Top, SurfaceNames.Left, SurfaceNames.Right, SurfaceNames.Front}; 1257 currentSurface != SurfaceNames.Top && 1267 case(SurfaceNames.Top): 1499 if( (visibleSurfaces & SurfaceNames.Top) == SurfaceNames.Top) 1501 visibleSurfaces ^= SurfaceNames.Top; 1545 visibleSurfaces |= SurfaceNames.Top;
Common\ChartTypes\KagiChart.cs (3)
880 area, matrix, lightStyle, SurfaceNames.Top, positionZ, depth, lineColor, 898 area, matrix, lightStyle, SurfaceNames.Top, positionZ, depth, lineColor, 924 area, matrix, lightStyle, SurfaceNames.Top, positionZ, depth, lineColor,
Common\ChartTypes\LineChart.cs (1)
1547 SurfaceNames.Top,
Common\ChartTypes\RangeChart.cs (13)
1120 bool topVisible = ( (visibleSurfaces & SurfaceNames.Top) == SurfaceNames.Top ); 1123 visibleSurfaces ^= SurfaceNames.Top; 1130 visibleSurfaces |= SurfaceNames.Top; 1146 (visibleSurfaces & SurfaceNames.Top) == 0 ) 1153 visibleSurfaces |= SurfaceNames.Top; 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}; 1268 case(SurfaceNames.Top): 1469 if( (visibleSurfaces & SurfaceNames.Top) == SurfaceNames.Top) 1471 visibleSurfaces ^= SurfaceNames.Top; 1515 visibleSurfaces |= SurfaceNames.Top;
Common\ChartTypes\StackedAreaChart.cs (3)
1220 if( (visibleSurfaces & SurfaceNames.Top) == SurfaceNames.Top ) 1238 visibleSurfaces ^= SurfaceNames.Top;
Common\ChartTypes\StepLineChart.cs (4)
327 area, matrix, lightStyle, SurfaceNames.Top, positionZ, depth, color, 341 area, matrix, lightStyle, SurfaceNames.Top, positionZ, depth, color, 357 area, matrix, lightStyle, SurfaceNames.Top, positionZ, depth, color, 371 area, matrix, lightStyle, SurfaceNames.Top, positionZ, depth, color,
Common\General\Axis.cs (1)
2844SurfaceNames surfaceName = (this.AxisPosition == AxisPosition.Left || this.AxisPosition == AxisPosition.Right) ? SurfaceNames.Top : SurfaceNames.Left;
Common\General\ChartArea3D.cs (1)
1502if ((this._visibleSurfaces & SurfaceNames.Top) == 0 &&
Common\General\ChartGraphics3D.cs (9)
1268 if( (thinBorders & SurfaceNames.Top) != 0 ) 2630 if( surfaceName == SurfaceNames.Top ) 2632 result = ((boundaryRectVisibleSurfaces & SurfaceNames.Top) == SurfaceNames.Top) ? 2 : 1; 2943 if(position.Height == 0.0 && currentSurface != SurfaceNames.Top && currentSurface != SurfaceNames.Bottom) 2987 case(SurfaceNames.Top): 3705 result |= SurfaceNames.Top; 3795 result |= SurfaceNames.Top; 4248 case(SurfaceNames.Top):
Common\General\GridTickMarks.cs (1)
886 if(area.ShouldDrawOnSurface(SurfaceNames.Top, backElements, false))
Common\General\Label.cs (1)
1986!this._axis.ChartArea.ShouldDrawOnSurface(SurfaceNames.Top, backElements, false))