1 write to AxisY
System.Windows.Forms.DataVisualization (1)
Common\Annotation\AnnotationBase.cs (1)
2956
this.
AxisY
= null;
19 references to AxisY
System.Windows.Forms.DataVisualization (19)
Common\Annotation\AnnotationBase.cs (17)
473
/// <see cref="AxisX"/> or <see cref="
AxisY
"/> properties.
509
/// set the annotation axes using the <see cref="AxisX"/> or <see cref="
AxisY
"/> properties.
553
/// set the annotation axes using the <see cref="AxisX"/> or <see cref="
AxisY
"/> properties.
601
/// set the annotation axes using the <see cref="AxisX"/> or <see cref="
AxisY
"/> properties
638
/// <seealso cref="
AxisY
"/>
653
/// set the annotation axes using the <see cref="AxisX"/> or <see cref="
AxisY
"/> properties
698
/// set the annotation axes using the <see cref="AxisX"/> or <see cref="
AxisY
"/> properties
736
/// set the annotation axes using the <see cref="AxisX"/> or <see cref="
AxisY
"/> properties
1342
/// <seealso cref="
AxisY
"/>
3975
if(area == null && this.
AxisY
!= null)
3977
area = this.
AxisY
.ChartArea;
4042
this.
AxisY
!= null)
4215
if(this.
AxisY
!= null && this.
AxisY
.ChartArea != null)
4217
if(this.
AxisY
.ChartArea.switchValueAxes)
4219
horizAxis = this.
AxisY
;
4223
vertAxis = this.
AxisY
;
Common\Annotation\GroupAnnotation.cs (1)
154
/// <see cref="Annotation.AxisX"/> or <see cref="Annotation.
AxisY
"/> properties.
Common\Annotation\LineAnnotation.cs (1)
384
/// <see cref="Annotation.AxisX"/> or <see cref="Annotation.
AxisY
"/> properties.