3 writes to _axisY
System.Windows.Forms.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (3)
1334
_axisY
= null;
1415
_axisY
= GetAxisByName(_axisYName);
1421
_axisY
= value;
4 references to _axisY
System.Windows.Forms.DataVisualization (4)
Common\Annotation\AnnotationBase.cs (4)
1325
if(_axisYName.Length == 0 &&
_axisY
!= null)
1327
_axisYName = GetAxisName(
_axisY
);
1413
if(
_axisY
== null && _axisYName.Length > 0)
1417
return
_axisY
;