6 references to Round
System.Windows.Forms.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)
647else if (this._startCap == LineAnchorCapStyle.Round) 676else if (this._endCap == LineAnchorCapStyle.Round)
Common\General\SmartLabels.cs (1)
999 else if(smartLabelStyle.CalloutLineAnchorCapStyle == LineAnchorCapStyle.Round)