1 override of CalloutStyle
System.Windows.Forms.DataVisualization (1)
Common\Annotation\TextAnnotation.cs (1)
1117
override public LabelCalloutStyle
CalloutStyle
1 write to CalloutStyle
System.Windows.Forms.DataVisualization (1)
Common\Annotation\TextAnnotation.cs (1)
1125
base.
CalloutStyle
= value;
4 references to CalloutStyle
System.Windows.Forms.DataVisualization (4)
Common\Annotation\TextAnnotation.cs (1)
1121
return base.
CalloutStyle
;
Common\General\SmartLabels.cs (3)
927
if(smartLabelStyle.
CalloutStyle
== LabelCalloutStyle.Box)
942
else if(smartLabelStyle.
CalloutStyle
== LabelCalloutStyle.Underlined)
977
if(smartLabelStyle.
CalloutStyle
== LabelCalloutStyle.Underlined)