38 references to ArrowSize
System.Windows.Forms.DataVisualization (38)
Common\Annotation\ArrowAnnotation.cs (38)
132
/// <seealso cref="
ArrowSize
"/>
410
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y - this.
ArrowSize
*pointerRatio),
411
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y - this.
ArrowSize
),
412
new PointF(firstPoint.X + arrowLength, firstPoint.Y - this.
ArrowSize
),
413
new PointF(firstPoint.X + arrowLength, firstPoint.Y + this.
ArrowSize
),
414
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y + this.
ArrowSize
),
415
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y + this.
ArrowSize
*pointerRatio) };
421
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y - this.
ArrowSize
*pointerRatio),
422
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y - this.
ArrowSize
),
423
new PointF(firstPoint.X + arrowLength - this.
ArrowSize
*pointerRatio, firstPoint.Y - this.
ArrowSize
),
424
new PointF(firstPoint.X + arrowLength - this.
ArrowSize
*pointerRatio, firstPoint.Y - this.
ArrowSize
*pointerRatio),
426
new PointF(firstPoint.X + arrowLength - this.
ArrowSize
*pointerRatio, firstPoint.Y + this.
ArrowSize
*pointerRatio),
427
new PointF(firstPoint.X + arrowLength - this.
ArrowSize
*pointerRatio, firstPoint.Y + this.
ArrowSize
),
428
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y + this.
ArrowSize
),
429
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y + this.
ArrowSize
*pointerRatio) };
436
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y - this.
ArrowSize
*pointerRatio),
437
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y - this.
ArrowSize
),
438
new PointF(firstPoint.X + arrowLength, firstPoint.Y - this.
ArrowSize
*tailRatio),
439
new PointF(firstPoint.X + arrowLength - this.
ArrowSize
*tailRatio, firstPoint.Y),
440
new PointF(firstPoint.X + arrowLength, firstPoint.Y + this.
ArrowSize
*tailRatio),
441
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y + this.
ArrowSize
),
442
new PointF(firstPoint.X + this.
ArrowSize
*pointerRatio, firstPoint.Y + this.
ArrowSize
*pointerRatio) };