15 references to None
System.Web.DataVisualization (15)
Common\Annotation\CalloutAnnotation.cs (1)
1521
if(this.CalloutAnchorCap != LineAnchorCapStyle.
None
)
Common\Annotation\LineAnnotation.cs (6)
75
private LineAnchorCapStyle _startCap = LineAnchorCapStyle.
None
;
76
private LineAnchorCapStyle _endCap = LineAnchorCapStyle.
None
;
130
DefaultValue(LineAnchorCapStyle.
None
),
155
DefaultValue(LineAnchorCapStyle.
None
),
590
if(this._startCap != LineAnchorCapStyle.
None
||
591
this._endCap != LineAnchorCapStyle.
None
)
Common\Annotation\PolygonAnnotation.cs (8)
96
private LineAnchorCapStyle _startCap = LineAnchorCapStyle.
None
;
97
private LineAnchorCapStyle _endCap = LineAnchorCapStyle.
None
;
129
DefaultValue(LineAnchorCapStyle.
None
),
154
DefaultValue(LineAnchorCapStyle.
None
),
618
if (this._startCap != LineAnchorCapStyle.
None
||
619
this._endCap != LineAnchorCapStyle.
None
)
1219
DefaultValue(LineAnchorCapStyle.
None
),
1243
DefaultValue(LineAnchorCapStyle.
None
),