14 references to CalloutStyle
System.Windows.Forms.DataVisualization (14)
Common\Annotation\CalloutAnnotation.cs (14)
130
private
CalloutStyle
_calloutStyle =
CalloutStyle
.Rectangle;
172
DefaultValue(
CalloutStyle
.Rectangle),
176
virtual public
CalloutStyle
CalloutStyle
616
if(this._calloutStyle ==
CalloutStyle
.Cloud ||
617
this._calloutStyle ==
CalloutStyle
.Ellipse)
622
else if(this._calloutStyle ==
CalloutStyle
.RoundedRectangle)
684
case(
CalloutStyle
.SimpleLine):
691
case(
CalloutStyle
.Borderline):
698
case(
CalloutStyle
.Perspective):
704
case(
CalloutStyle
.Cloud):
710
case(
CalloutStyle
.Rectangle):
716
case(
CalloutStyle
.Ellipse):
723
case(
CalloutStyle
.RoundedRectangle):