11 references to Arrow
System.Web.DataVisualization (11)
Common\Annotation\CalloutAnnotation.cs (3)
127
private LineAnchorCapStyle _calloutAnchorCap = LineAnchorCapStyle.
Arrow
;
208
DefaultValue(LineAnchorCapStyle.
Arrow
),
1528
if(this.CalloutAnchorCap == LineAnchorCapStyle.
Arrow
)
Common\Annotation\LineAnnotation.cs (2)
598
if(this._startCap == LineAnchorCapStyle.
Arrow
)
627
if(this._endCap == LineAnchorCapStyle.
Arrow
)
Common\Annotation\PolygonAnnotation.cs (2)
626
if (this._startCap == LineAnchorCapStyle.
Arrow
)
655
if (this._endCap == LineAnchorCapStyle.
Arrow
)
Common\Annotation\TextAnnotation.cs (1)
1246
DefaultValue(LineAnchorCapStyle.
Arrow
),
Common\General\SmartLabels.cs (3)
206
private LineAnchorCapStyle _calloutLineAnchorCapStyle = LineAnchorCapStyle.
Arrow
;
525
DefaultValue(LineAnchorCapStyle.
Arrow
),
989
if(smartLabelStyle.CalloutLineAnchorCapStyle == LineAnchorCapStyle.
Arrow
)