2 writes to Y
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
3086
this.
Y
= newY;
3593
this.
Y
= double.NaN;
11 references to Y
System.Windows.Forms.DataVisualization (11)
Common\Annotation\AnnotationBase.cs (7)
1487
/// its <see cref="X"/> and <see cref="
Y
"/> properties are set to <b>Double.NaN</b>.
1593
/// its <see cref="
Y
"/> property is set to <b>Double.NaN</b>.
1677
/// <see cref="Annotation.AnchorY"/> properties and it's <see cref="Annotation.
Y
"/> property must be set
1718
/// and <see cref="AnchorY"/> properties. Its <see cref="X"/> and <see cref="
Y
"/>
2524
double relativeY = this.
Y
;
2798
double.IsNaN(this.X) && double.IsNaN(this.
Y
))
3237
if( double.IsNaN(this.
Y
) )
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)
486
/// <see cref="Annotation.AnchorY"/> properties and its <see cref="Annotation.
Y
"/> 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
"/>