29 references to Left
System.Web.DataVisualization (29)
Common\ChartTypes\AreaChart.cs (8)
1188 SurfaceNames[] surfacesOrder = new SurfaceNames[] {SurfaceNames.Back, SurfaceNames.Bottom, SurfaceNames.Top, SurfaceNames.Left, SurfaceNames.Right, SurfaceNames.Front}; 1206 elemLayer == 2 && (currentSurface == SurfaceNames.Left || currentSurface == SurfaceNames.Right)) 1220 else if(currentSurface != SurfaceNames.Left && currentSurface != SurfaceNames.Right) 1309 case(SurfaceNames.Left): 1387 thinBorderSides = SurfaceNames.Left | SurfaceNames.Right; 1389 thinBorderSides = SurfaceNames.Left; 1445 thinBorderSides = SurfaceNames.Left | SurfaceNames.Right; 1447 thinBorderSides = SurfaceNames.Left;
Common\ChartTypes\RangeChart.cs (4)
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}; 1298 case(SurfaceNames.Left): 1663 thinBorderSides = SurfaceNames.Left | SurfaceNames.Right;
Common\General\Axis.cs (1)
2844SurfaceNames surfaceName = (this.AxisPosition == AxisPosition.Left || this.AxisPosition == AxisPosition.Right) ? SurfaceNames.Top : SurfaceNames.Left;
Common\General\ChartArea3D.cs (1)
1492if ((this._visibleSurfaces & SurfaceNames.Left) == 0 &&
Common\General\ChartGraphics3D.cs (12)
1264 if( (thinBorders & SurfaceNames.Left) != 0 ) 2238 SurfaceNames.Left, 2488 if( surfaceName == SurfaceNames.Left ) 2603 if( surfaceName == SurfaceNames.Left && !leftPointVisible) 2661 if( surfaceName == SurfaceNames.Left ) 2663 result = ((boundaryRectVisibleSurfaces & SurfaceNames.Left) == SurfaceNames.Left) ? 2 : 1; 2939 if(position.Width == 0.0 && currentSurface != SurfaceNames.Left && currentSurface != SurfaceNames.Right) 2973 case(SurfaceNames.Left): 3699 result |= SurfaceNames.Left; 3783 result |= SurfaceNames.Left; 4269 case(SurfaceNames.Left):
Common\General\GridTickMarks.cs (1)
927 if(area.ShouldDrawOnSurface(SurfaceNames.Left, backElements, false))
Common\General\Label.cs (1)
1991!this._axis.ChartArea.ShouldDrawOnSurface(SurfaceNames.Left, backElements, false))
Common\General\Matrix3D.cs (1)
1060 if( surfaceName == SurfaceNames.Left )