2 writes to AnchorX
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
3089 this.AnchorX = newAnchorX; 3596 this.AnchorX = double.NaN;
23 references to AnchorX
System.Windows.Forms.DataVisualization (23)
Common\Annotation\AnnotationBase.cs (15)
498 /// <seealso cref="AnchorX"/> 514 /// the <see cref="AnchorX"/> and <see cref="AnchorY"/> properties. 558 /// the <see cref="AnchorX"/> and <see cref="AnchorY"/> properties. 1474 /// <seealso cref="AnchorX"/> 1493 /// When using this property, make sure the <see cref="AnchorX"/> and <see cref="AnchorY"/> 1630 /// <seealso cref="AnchorX"/> 1638 /// <see cref="AnchorX"/> properties, and its <see cref="X"/> property must be set 1706 /// <seealso cref="AnchorX"/> 1717 /// The annotation must be anchored using either <see cref="AnchorDataPoint"/>, or the <see cref="AnchorX"/> 2346 anchorX = this.AnchorX; 2443 double anchorX = this.AnchorX; 3242 else if(double.IsNaN(this.AnchorX) || double.IsNaN(this.AnchorY) ) 3559 /// <seealso cref="AnchorX"/> 3576 /// <seealso cref="AnchorX"/> 4032 double anchorX = this.AnchorX;
Common\Annotation\ArrowAnnotation.cs (2)
199 /// <seealso cref="Annotation.AnchorX"/> 210/// The annotation must be anchored using either <see cref="Annotation.AnchorDataPoint"/>, or the <see cref="Annotation.AnchorX"/>
Common\Annotation\CalloutAnnotation.cs (4)
445/// <seealso cref="Annotation.AnchorX"/> 453/// <see cref="Annotation.AnchorX"/> properties, and its <see cref="Annotation.X"/> property must be set 509/// <seealso cref="Annotation.AnchorX"/> 520/// The annotation must be anchored using either <see cref="Annotation.AnchorDataPoint"/>, or the <see cref="Annotation.AnchorX"/>
Common\Annotation\LineAnnotation.cs (2)
410/// <seealso cref="Annotation.AnchorX"/> 421/// The annotation must be anchored using either <see cref="Annotation.AnchorDataPoint"/>, or the <see cref="Annotation.AnchorX"/>