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)
661
return
_arrowStyle
;
2583
graph.DrawArrowRel(arrowPosition, arrowOrientation,
_arrowStyle
, _lineColor, _lineWidth, _lineDashStyle, opositeAxis.majorTickMark.Size, _lineWidth);
6218
if (
_arrowStyle
== AxisArrowStyle.SharpTriangle)
6228
else if (
_arrowStyle
== AxisArrowStyle.None)