1 write to _arrowStyle
System.Web.DataVisualization (1)
Common\General\Axis.cs (1)
665_arrowStyle = value;
4 references to _arrowStyle
System.Web.DataVisualization (4)
Common\General\Axis.cs (4)
661return _arrowStyle; 2583graph.DrawArrowRel(arrowPosition, arrowOrientation, _arrowStyle, _lineColor, _lineWidth, _lineDashStyle, opositeAxis.majorTickMark.Size, _lineWidth); 6218if (_arrowStyle == AxisArrowStyle.SharpTriangle) 6228else if (_arrowStyle == AxisArrowStyle.None)