9 references to LabelCalloutStyle
System.Windows.Forms.DataVisualization (9)
Common\Annotation\TextAnnotation.cs (2)
1114 DefaultValue(LabelCalloutStyle.Underlined), 1117 override public LabelCalloutStyle CalloutStyle
Common\General\SmartLabels.cs (7)
191 private LabelCalloutStyle _calloutStyle = LabelCalloutStyle.Underlined; 408 DefaultValue(LabelCalloutStyle.Underlined), 411 virtual public LabelCalloutStyle CalloutStyle 927 if(smartLabelStyle.CalloutStyle == LabelCalloutStyle.Box) 942 else if(smartLabelStyle.CalloutStyle == LabelCalloutStyle.Underlined) 977 if(smartLabelStyle.CalloutStyle == LabelCalloutStyle.Underlined)