1 write to _margins
System.Web.DataVisualization (1)
Common\General\LegendColumns.cs (1)
1296 this._margins = value;
5 references to _margins
System.Web.DataVisualization (5)
Common\General\LegendColumns.cs (5)
1292 return this._margins; 1315 if(this._margins.Top == 0 && 1316 this._margins.Bottom == 0 && 1317 this._margins.Left == 15 && 1318 this._margins.Right == 15 )