2 writes to _smartLabelStyle
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
428this._smartLabelStyle = new AnnotationSmartLabelStyle(this); 435 _smartLabelStyle = value;
2 references to _smartLabelStyle
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
426if (this._smartLabelStyle == null) 430return _smartLabelStyle;