1 write to AxisX
System.Windows.Forms.DataVisualization (1)
Common\Annotation\AnnotationBase.cs (1)
2955 this.AxisX = null;
23 references to AxisX
System.Windows.Forms.DataVisualization (23)
Common\Annotation\AnnotationBase.cs (21)
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. 586 /// <seealso cref="AxisX"/> 601 /// set the annotation axes using the <see cref="AxisX"/> or <see cref="AxisY"/> properties 653 /// set the annotation axes using the <see cref="AxisX"/> or <see cref="AxisY"/> properties 690 /// <seealso cref="AxisX"/> 698 /// set the annotation axes using the <see cref="AxisX"/> or <see cref="AxisY"/> properties 728 /// <seealso cref="AxisX"/> 736 /// set the annotation axes using the <see cref="AxisX"/> or <see cref="AxisY"/> properties 1386 /// <seealso cref="AxisX"/> 1541 /// depending on the <see cref="AxisX"/> property value. 1590 /// depending on the <see cref="AxisX"/> property value. 3971 if(area == null && this.AxisX != null) 3973 area = this.AxisX.ChartArea; 4041 this.AxisX != null || 4204 if(this.AxisX != null && this.AxisX.ChartArea != null) 4206 if(this.AxisX.ChartArea.switchValueAxes) 4208 vertAxis = this.AxisX; 4212 horizAxis = this.AxisX;
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.