1 override of AnchorOffsetX
System.Windows.Forms.DataVisualization (1)
Common\Annotation\CalloutAnnotation.cs (1)
462 override public double AnchorOffsetX
1 write to AnchorOffsetX
System.Windows.Forms.DataVisualization (1)
Common\Annotation\CalloutAnnotation.cs (1)
470 base.AnchorOffsetX = value;
17 references to AnchorOffsetX
System.Windows.Forms.DataVisualization (17)
Common\Annotation\AnnotationBase.cs (13)
1472 /// <seealso cref="AnchorOffsetX"/> 1489 /// automatic position alignment to an anchor point. The <see cref="AnchorOffsetX"/> and 1531 /// <seealso cref="AnchorOffsetX"/> 1546 /// automatic position alignment to the anchor point. The <see cref="AnchorOffsetX"/> and 1580 /// <seealso cref="AnchorOffsetX"/> 1595 /// automatic position alignment to the anchor point. The <see cref="AnchorOffsetX"/> and 1667/// <seealso cref="Annotation.AnchorOffsetX"/> 1709 /// <seealso cref="AnchorOffsetX"/> 2599 relativeX = relativeAnchorX + this.AnchorOffsetX; 2606 relativeX = relativeAnchorX - this.AnchorOffsetX; 2623 relativeX = relativeAnchorX + this.AnchorOffsetX; 2809 new PointF((float)this.AnchorOffsetX, (float)this.AnchorOffsetY)); 2821SizeF markerSizeRel = new SizeF((float)this.AnchorOffsetX, (float)this.AnchorOffsetY);
Common\Annotation\ArrowAnnotation.cs (1)
202 /// <seealso cref="Annotation.AnchorOffsetX"/>
Common\Annotation\CalloutAnnotation.cs (2)
466 return base.AnchorOffsetX; 476 /// <seealso cref="Annotation.AnchorOffsetX"/>
Common\Annotation\LineAnnotation.cs (1)
413/// <seealso cref="Annotation.AnchorOffsetX"/>