12 references to Bottom
System.Web.DataVisualization (12)
Common\General\Axis.cs (11)
2485arrowOrientation = ArrowOrientation.Bottom; 2498arrowOrientation = ArrowOrientation.Bottom; 2567case ArrowOrientation.Bottom: 3438ArrowOrientation arrowOrientation = ArrowOrientation.Bottom; 6150arrowOrientation = ArrowOrientation.Bottom; 6158arrowOrientation = ArrowOrientation.Bottom; 6195case ArrowOrientation.Bottom: 6206if (arrowOrientation == ArrowOrientation.Top || arrowOrientation == ArrowOrientation.Bottom) 6221if (arrowOrientation == ArrowOrientation.Top || arrowOrientation == ArrowOrientation.Bottom) 6233if (arrowOrientation == ArrowOrientation.Top || arrowOrientation == ArrowOrientation.Bottom) 6253else if (axisPosition == AxisPosition.Bottom && arrowOrientation == ArrowOrientation.Bottom)
Common\General\ChartGraphics.cs (1)
5436 case ArrowOrientation.Bottom: