1 override of AnchorOffsetY
System.Web.DataVisualization (1)
Common\Annotation\CalloutAnnotation.cs (1)
495
override public double
AnchorOffsetY
1 write to AnchorOffsetY
System.Web.DataVisualization (1)
Common\Annotation\CalloutAnnotation.cs (1)
503
base.
AnchorOffsetY
= value;
16 references to AnchorOffsetY
System.Web.DataVisualization (16)
Common\Annotation\AnnotationBase.cs (13)
1473
/// <seealso cref="
AnchorOffsetY
"/>
1490
/// <see cref="
AnchorOffsetY
"/> properties may be used to add extra spacing.
1532
/// <seealso cref="
AnchorOffsetY
"/>
1547
/// <see cref="
AnchorOffsetY
"/> properties may be used to add extra spacing.
1581
/// <seealso cref="
AnchorOffsetY
"/>
1596
/// <see cref="
AnchorOffsetY
"/> properties may be used to add extra spacing.
1628
/// <seealso cref="
AnchorOffsetY
"/>
1710
/// <seealso cref="
AnchorOffsetY
"/>
2539
relativeY = relativeAnchorY + this.
AnchorOffsetY
;
2546
relativeY = relativeAnchorY - this.
AnchorOffsetY
;
2564
relativeY = relativeAnchorY + this.
AnchorOffsetY
;
2809
new PointF((float)this.AnchorOffsetX, (float)this.
AnchorOffsetY
));
2821
SizeF markerSizeRel = new SizeF((float)this.AnchorOffsetX, (float)this.
AnchorOffsetY
);
Common\Annotation\ArrowAnnotation.cs (1)
203
/// <seealso cref="Annotation.
AnchorOffsetY
"/>
Common\Annotation\CalloutAnnotation.cs (1)
499
return base.
AnchorOffsetY
;
Common\Annotation\LineAnnotation.cs (1)
414
/// <seealso cref="Annotation.
AnchorOffsetY
"/>