2 writes to AnchorY
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
3090
this.
AnchorY
= newAnchorY;
3597
this.
AnchorY
= double.NaN;
25 references to AnchorY
System.Windows.Forms.DataVisualization (25)
Common\Annotation\AnnotationBase.cs (17)
514
/// the <see cref="AnchorX"/> and <see cref="
AnchorY
"/> properties.
542
/// <seealso cref="
AnchorY
"/>
558
/// the <see cref="AnchorX"/> and <see cref="
AnchorY
"/> properties.
1475
/// <seealso cref="
AnchorY
"/>
1493
/// When using this property, make sure the <see cref="AnchorX"/> and <see cref="
AnchorY
"/>
1530
/// <seealso cref="
AnchorY
"/>
1579
/// <seealso cref="
AnchorY
"/>
1669
/// <seealso cref="Annotation.
AnchorY
"/>
1677
/// <see cref="Annotation.
AnchorY
"/> properties and it's <see cref="Annotation.Y"/> property must be set
1707
/// <seealso cref="
AnchorY
"/>
1718
/// and <see cref="
AnchorY
"/> properties. Its <see cref="X"/> and <see cref="Y"/>
2347
anchorY = this.
AnchorY
;
2444
double anchorY = this.
AnchorY
;
3242
else if(double.IsNaN(this.AnchorX) || double.IsNaN(this.
AnchorY
) )
3560
/// <seealso cref="
AnchorY
"/>
3577
/// <seealso cref="
AnchorY
"/>
4033
double anchorY = this.
AnchorY
;
Common\Annotation\ArrowAnnotation.cs (2)
200
/// <seealso cref="Annotation.
AnchorY
"/>
211
/// and <see cref="Annotation.
AnchorY
"/> properties. Its <see cref="Annotation.X"/> and <see cref="Annotation.Y"/>
Common\Annotation\CalloutAnnotation.cs (4)
478
/// <seealso cref="Annotation.
AnchorY
"/>
486
/// <see cref="Annotation.
AnchorY
"/> properties and its <see cref="Annotation.Y"/> property must be set
510
/// <seealso cref="Annotation.
AnchorY
"/>
521
/// and <see cref="Annotation.
AnchorY
"/> properties. Its <see cref="Annotation.X"/> and <see cref="Annotation.Y"/>
Common\Annotation\LineAnnotation.cs (2)
411
/// <seealso cref="Annotation.
AnchorY
"/>
422
/// and <see cref="Annotation.
AnchorY
"/> properties. Its <see cref="Annotation.X"/> and <see cref="Annotation.Y"/>