9 references to SmartLabelStyle
System.Web.DataVisualization (9)
Common\Annotation\AnnotationBase.cs (8)
2793if (this.SmartLabelStyle.Enabled && isTextAnnotation && 2804 double oldMinMovingDistance = this.SmartLabelStyle.MinMovingDistance; 2805 double oldMaxMovingDistance = this.SmartLabelStyle.MaxMovingDistance; 2813 this.SmartLabelStyle.MinMovingDistance += maxAnchorOffsetAbs; 2814 this.SmartLabelStyle.MaxMovingDistance += maxAnchorOffsetAbs; 2826this.SmartLabelStyle, 2836this.SmartLabelStyle.MinMovingDistance = oldMinMovingDistance; 2837this.SmartLabelStyle.MaxMovingDistance = oldMaxMovingDistance;
Common\Annotation\TextAnnotation.cs (1)
1062 /// <seealso cref="Annotation.SmartLabelStyle"/>