2 writes to MaxMovingDistance
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
2814 this.SmartLabelStyle.MaxMovingDistance += maxAnchorOffsetAbs; 2837this.SmartLabelStyle.MaxMovingDistance = oldMaxMovingDistance;
3 references to MaxMovingDistance
System.Windows.Forms.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (1)
2805 double oldMaxMovingDistance = this.SmartLabelStyle.MaxMovingDistance;
Common\General\SmartLabels.cs (2)
809 float minMove = (float)Math.Min(smartLabelStyle.MinMovingDistance, smartLabelStyle.MaxMovingDistance); 810 float maxMove = (float)Math.Max(smartLabelStyle.MinMovingDistance, smartLabelStyle.MaxMovingDistance);