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