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