2 writes to MinMovingDistance
System.Web.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
2813 this.SmartLabelStyle.MinMovingDistance += maxAnchorOffsetAbs; 2836this.SmartLabelStyle.MinMovingDistance = oldMinMovingDistance;
3 references to MinMovingDistance
System.Web.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (1)
2804 double oldMinMovingDistance = this.SmartLabelStyle.MinMovingDistance;
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);