9 references to SmartLabelStyle
System.Windows.Forms.DataVisualization (9)
Common\Annotation\AnnotationBase.cs (8)
2793
if (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;
2826
this.
SmartLabelStyle
,
2836
this.
SmartLabelStyle
.MinMovingDistance = oldMinMovingDistance;
2837
this.
SmartLabelStyle
.MaxMovingDistance = oldMaxMovingDistance;
Common\Annotation\TextAnnotation.cs (1)
1062
/// <seealso cref="Annotation.
SmartLabelStyle
"/>