6 references to Square
System.Web.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)
651
else if (this._startCap == LineAnchorCapStyle.
Square
)
680
else if (this._endCap == LineAnchorCapStyle.
Square
)
Common\General\SmartLabels.cs (1)
1003
else if(smartLabelStyle.CalloutLineAnchorCapStyle == LineAnchorCapStyle.
Square
)