3 writes to borderWidth
System.Web.DataVisualization (3)
Common\General\Legend.cs (3)
5576
borderWidth
= value;
6197
borderWidth
= properties.BorderWidth;
6230
borderWidth
= maxBorderWidth;
4 references to borderWidth
System.Web.DataVisualization (4)
Common\General\Legend.cs (2)
5568
return
borderWidth
;
6228
borderWidth
<= (int)Math.Round(dpi / 96) )
Common\General\LegendColumns.cs (2)
2381
(legendItem.
borderWidth
> maxBorderWidth) ? maxBorderWidth : legendItem.
borderWidth
,