6 references to Square
System.Windows.Forms.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1553 else if(this.CalloutAnchorCap == LineAnchorCapStyle.Square)
Common\Annotation\LineAnnotation.cs (2)
623 else if(this._startCap == LineAnchorCapStyle.Square) 652 else if(this._endCap == LineAnchorCapStyle.Square)
Common\Annotation\PolygonAnnotation.cs (2)
651else if (this._startCap == LineAnchorCapStyle.Square) 680else if (this._endCap == LineAnchorCapStyle.Square)
Common\General\SmartLabels.cs (1)
1003 else if(smartLabelStyle.CalloutLineAnchorCapStyle == LineAnchorCapStyle.Square)