2 writes to MaxMovingDistance
System.Web.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
2814
this.SmartLabelStyle.
MaxMovingDistance
+= maxAnchorOffsetAbs;
2837
this.SmartLabelStyle.
MaxMovingDistance
= oldMaxMovingDistance;
3 references to MaxMovingDistance
System.Web.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
);