2 writes to X
System.Web.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
3085 this.X = newX; 3592 this.X = double.NaN;
11 references to X
System.Web.DataVisualization (11)
Common\Annotation\AnnotationBase.cs (7)
1487 /// its <see cref="X"/> and <see cref="Y"/> properties are set to <b>Double.NaN</b>. 1544 /// its <see cref="X"/> property is set to <b>Double.NaN</b>. 1638 /// <see cref="AnchorX"/> properties, and its <see cref="X"/> property must be set 1718 /// and <see cref="AnchorY"/> properties. Its <see cref="X"/> and <see cref="Y"/> 2523 double relativeX = this.X; 2798 double.IsNaN(this.X) && double.IsNaN(this.Y)) 3233 if( double.IsNaN(this.X) )
Common\Annotation\ArrowAnnotation.cs (1)
211/// and <see cref="Annotation.AnchorY"/> properties. Its <see cref="Annotation.X"/> and <see cref="Annotation.Y"/>
Common\Annotation\CalloutAnnotation.cs (2)
453/// <see cref="Annotation.AnchorX"/> properties, and its <see cref="Annotation.X"/> property must be set 521/// and <see cref="Annotation.AnchorY"/> properties. Its <see cref="Annotation.X"/> and <see cref="Annotation.Y"/>
Common\Annotation\LineAnnotation.cs (1)
422/// and <see cref="Annotation.AnchorY"/> properties. Its <see cref="Annotation.X"/> and <see cref="Annotation.Y"/>