1 override of CalloutLineWidth
System.Web.DataVisualization (1)
Common\Annotation\TextAnnotation.cs (1)
1224
override public int
CalloutLineWidth
1 write to CalloutLineWidth
System.Web.DataVisualization (1)
Common\Annotation\TextAnnotation.cs (1)
1232
base.
CalloutLineWidth
= value;
2 references to CalloutLineWidth
System.Web.DataVisualization (2)
Common\Annotation\TextAnnotation.cs (1)
1228
return base.
CalloutLineWidth
;
Common\General\SmartLabels.cs (1)
923
Pen calloutPen = new Pen(smartLabelStyle.CalloutLineColor, smartLabelStyle.
CalloutLineWidth
);