1 write to _margins
System.Windows.Forms.DataVisualization (1)
Common\General\LegendColumns.cs (1)
457 this._margins = value;
5 references to _margins
System.Windows.Forms.DataVisualization (5)
Common\General\LegendColumns.cs (5)
453 return this._margins; 476 if(this._margins.Top == 0 && 477 this._margins.Bottom == 0 && 478 this._margins.Left == 15 && 479 this._margins.Right == 15 )