14 references to RoundAnchor
System.Drawing (2)
commonui\System\Drawing\Pen.cs (2)
319case LineCap.RoundAnchor: 365case LineCap.RoundAnchor:
System.Web.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1551graphics.Pen.StartCap = LineCap.RoundAnchor;
Common\Annotation\LineAnnotation.cs (2)
621graphics.Pen.StartCap = LineCap.RoundAnchor; 650graphics.Pen.EndCap = LineCap.RoundAnchor;
Common\Annotation\PolygonAnnotation.cs (2)
649graphics.Pen.StartCap = LineCap.RoundAnchor; 678graphics.Pen.EndCap = LineCap.RoundAnchor;
Common\General\SmartLabels.cs (1)
1001 calloutPen.StartCap = LineCap.RoundAnchor;
System.Windows.Forms.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1551graphics.Pen.StartCap = LineCap.RoundAnchor;
Common\Annotation\LineAnnotation.cs (2)
621graphics.Pen.StartCap = LineCap.RoundAnchor; 650graphics.Pen.EndCap = LineCap.RoundAnchor;
Common\Annotation\PolygonAnnotation.cs (2)
649graphics.Pen.StartCap = LineCap.RoundAnchor; 678graphics.Pen.EndCap = LineCap.RoundAnchor;
Common\General\SmartLabels.cs (1)
1001 calloutPen.StartCap = LineCap.RoundAnchor;