1 write to _endCap
System.Windows.Forms.DataVisualization (1)
Common\Annotation\LineAnnotation.cs (1)
166
_endCap
= value;
6 references to _endCap
System.Windows.Forms.DataVisualization (6)
Common\Annotation\LineAnnotation.cs (6)
162
return
_endCap
;
591
this.
_endCap
!= LineAnchorCapStyle.None)
627
if(this.
_endCap
== LineAnchorCapStyle.Arrow)
644
else if(this.
_endCap
== LineAnchorCapStyle.Diamond)
648
else if(this.
_endCap
== LineAnchorCapStyle.Round)
652
else if(this.
_endCap
== LineAnchorCapStyle.Square)