1 write to _startCap
System.Web.DataVisualization (1)
Common\Annotation\LineAnnotation.cs (1)
141
_startCap
= value;
6 references to _startCap
System.Web.DataVisualization (6)
Common\Annotation\LineAnnotation.cs (6)
137
return
_startCap
;
590
if(this.
_startCap
!= LineAnchorCapStyle.None ||
598
if(this.
_startCap
== LineAnchorCapStyle.Arrow)
615
else if(this.
_startCap
== LineAnchorCapStyle.Diamond)
619
else if(this.
_startCap
== LineAnchorCapStyle.Round)
623
else if(this.
_startCap
== LineAnchorCapStyle.Square)