13 references to AdjustableArrowCap
System.Drawing (1)
commonui\System\Drawing\Advanced\AdjustableArrowCap.cs (1)
37
this
(width, height, true) {}
System.Web.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1535
graphics.Pen.CustomStartCap = new
AdjustableArrowCap
(
Common\Annotation\LineAnnotation.cs (2)
605
graphics.Pen.CustomStartCap = new
AdjustableArrowCap
(
634
graphics.Pen.CustomEndCap = new
AdjustableArrowCap
(
Common\Annotation\PolygonAnnotation.cs (2)
633
graphics.Pen.CustomStartCap = new
AdjustableArrowCap
(
662
graphics.Pen.CustomEndCap = new
AdjustableArrowCap
(
Common\General\SmartLabels.cs (1)
993
calloutPen.CustomStartCap = new
AdjustableArrowCap
(calloutPen.Width + 2, calloutPen.Width + 3, true);
System.Windows.Forms.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1535
graphics.Pen.CustomStartCap = new
AdjustableArrowCap
(
Common\Annotation\LineAnnotation.cs (2)
605
graphics.Pen.CustomStartCap = new
AdjustableArrowCap
(
634
graphics.Pen.CustomEndCap = new
AdjustableArrowCap
(
Common\Annotation\PolygonAnnotation.cs (2)
633
graphics.Pen.CustomStartCap = new
AdjustableArrowCap
(
662
graphics.Pen.CustomEndCap = new
AdjustableArrowCap
(
Common\General\SmartLabels.cs (1)
993
calloutPen.CustomStartCap = new
AdjustableArrowCap
(calloutPen.Width + 2, calloutPen.Width + 3, true);