6 references to Round
System.Web.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1549
else if(this.CalloutAnchorCap == LineAnchorCapStyle.
Round
)
Common\Annotation\LineAnnotation.cs (2)
619
else if(this._startCap == LineAnchorCapStyle.
Round
)
648
else if(this._endCap == LineAnchorCapStyle.
Round
)
Common\Annotation\PolygonAnnotation.cs (2)
647
else if (this._startCap == LineAnchorCapStyle.
Round
)
676
else if (this._endCap == LineAnchorCapStyle.
Round
)
Common\General\SmartLabels.cs (1)
999
else if(smartLabelStyle.CalloutLineAnchorCapStyle == LineAnchorCapStyle.
Round
)