47 references to ArrowOrientation
System.Web.DataVisualization (47)
Common\General\Axis.cs (41)
2470ArrowOrientation arrowOrientation = ArrowOrientation.Top; 2485arrowOrientation = ArrowOrientation.Bottom; 2487arrowOrientation = ArrowOrientation.Top; 2498arrowOrientation = ArrowOrientation.Bottom; 2500arrowOrientation = ArrowOrientation.Top; 2511arrowOrientation = ArrowOrientation.Left; 2513arrowOrientation = ArrowOrientation.Right; 2524arrowOrientation = ArrowOrientation.Left; 2526arrowOrientation = ArrowOrientation.Right; 2558case ArrowOrientation.Left: 2561case ArrowOrientation.Right: 2564case ArrowOrientation.Top: 2567case ArrowOrientation.Bottom: 3438ArrowOrientation arrowOrientation = ArrowOrientation.Bottom; 6137internal SizeF GetArrowSize(out ArrowOrientation arrowOrientation) 6142arrowOrientation = ArrowOrientation.Top; 6150arrowOrientation = ArrowOrientation.Bottom; 6152arrowOrientation = ArrowOrientation.Top; 6158arrowOrientation = ArrowOrientation.Bottom; 6160arrowOrientation = ArrowOrientation.Top; 6166arrowOrientation = ArrowOrientation.Left; 6168arrowOrientation = ArrowOrientation.Right; 6174arrowOrientation = ArrowOrientation.Left; 6176arrowOrientation = ArrowOrientation.Right; 6186case ArrowOrientation.Left: 6189case ArrowOrientation.Right: 6192case ArrowOrientation.Top: 6195case ArrowOrientation.Bottom: 6206if (arrowOrientation == ArrowOrientation.Top || arrowOrientation == ArrowOrientation.Bottom) 6221if (arrowOrientation == ArrowOrientation.Top || arrowOrientation == ArrowOrientation.Bottom) 6233if (arrowOrientation == ArrowOrientation.Top || arrowOrientation == ArrowOrientation.Bottom) 6249private bool IsArrowInAxis(ArrowOrientation arrowOrientation, AxisPosition axisPosition) 6251if (axisPosition == AxisPosition.Top && arrowOrientation == ArrowOrientation.Top) 6253else if (axisPosition == AxisPosition.Bottom && arrowOrientation == ArrowOrientation.Bottom) 6255if (axisPosition == AxisPosition.Left && arrowOrientation == ArrowOrientation.Left) 6257else if (axisPosition == AxisPosition.Right && arrowOrientation == ArrowOrientation.Right)
Common\General\ChartGraphics.cs (6)
5321 internal void DrawArrowRel( PointF position, ArrowOrientation orientation, AxisArrowStyle type, Color color, int lineWidth, ChartDashStyle lineDashStyle, double shift, double size ) 5398 private PointF[] GetArrowShape( PointF position, ArrowOrientation orientation, double shift, double size, AxisArrowStyle type, ref PointF endPoint ) 5407 case ArrowOrientation.Top: 5436 case ArrowOrientation.Bottom: 5464 case ArrowOrientation.Left: 5489 case ArrowOrientation.Right: