14 references to SquareAnchor
System.Drawing (2)
commonui\System\Drawing\Pen.cs (2)
318
case LineCap.
SquareAnchor
:
364
case LineCap.
SquareAnchor
:
System.Web.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1555
graphics.Pen.StartCap = LineCap.
SquareAnchor
;
Common\Annotation\LineAnnotation.cs (2)
625
graphics.Pen.StartCap = LineCap.
SquareAnchor
;
654
graphics.Pen.EndCap = LineCap.
SquareAnchor
;
Common\Annotation\PolygonAnnotation.cs (2)
653
graphics.Pen.StartCap = LineCap.
SquareAnchor
;
682
graphics.Pen.EndCap = LineCap.
SquareAnchor
;
Common\General\SmartLabels.cs (1)
1005
calloutPen.StartCap = LineCap.
SquareAnchor
;
System.Windows.Forms.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1555
graphics.Pen.StartCap = LineCap.
SquareAnchor
;
Common\Annotation\LineAnnotation.cs (2)
625
graphics.Pen.StartCap = LineCap.
SquareAnchor
;
654
graphics.Pen.EndCap = LineCap.
SquareAnchor
;
Common\Annotation\PolygonAnnotation.cs (2)
653
graphics.Pen.StartCap = LineCap.
SquareAnchor
;
682
graphics.Pen.EndCap = LineCap.
SquareAnchor
;
Common\General\SmartLabels.cs (1)
1005
calloutPen.StartCap = LineCap.
SquareAnchor
;