6 references to Diamond
System.Web.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1545 else if(this.CalloutAnchorCap == LineAnchorCapStyle.Diamond)
Common\Annotation\LineAnnotation.cs (2)
615 else if(this._startCap == LineAnchorCapStyle.Diamond) 644 else if(this._endCap == LineAnchorCapStyle.Diamond)
Common\Annotation\PolygonAnnotation.cs (2)
643else if (this._startCap == LineAnchorCapStyle.Diamond) 672else if (this._endCap == LineAnchorCapStyle.Diamond)
Common\General\SmartLabels.cs (1)
995 else if(smartLabelStyle.CalloutLineAnchorCapStyle == LineAnchorCapStyle.Diamond)