1 write to Left
System.Windows.Forms.DataVisualization (1)
Common\Converters\LegendConverters.cs (1)
395
margins.
Left
= int.Parse(values[2].Trim(), CultureInfo.InvariantCulture);
14 references to Left
System.Windows.Forms.DataVisualization (14)
Common\Converters\LegendConverters.cs (1)
366
margins.
Left
,
Common\General\LegendColumns.cs (12)
478
this._margins.
Left
== 15 &&
768
newCell.Margins = new Margins(this.Margins.Top, this.Margins.Bottom, this.Margins.
Left
, this.Margins.Right);
1317
this._margins.
Left
== 15 &&
1447
this.cellPosition.X += (int)(this.Margins.
Left
* singleWCharacterSize.Width / 100f);
1449
this.cellPosition.Width -= (int)(this.Margins.
Left
* singleWCharacterSize.Width / 100f)
1538
cellSize.Width += (int)((this.Margins.
Left
+ this.Margins.Right) * singleWCharacterSize.Width / 100f);
2700
this.
Left
,
2721
this.
Left
== margins.
Left
&&
2737
return this.Top.GetHashCode() + this.Bottom.GetHashCode() + this.
Left
.GetHashCode() + this.Right.GetHashCode();
2748
return (this.Top == 0 && this.Bottom == 0 && this.
Left
== 0 && this.Right ==0);
2757
return new RectangleF(this.
Left
, this.Top, this.Right, this.Bottom);
Common\Utilities\XmlSerializer.cs (1)
2780
writer.Write(((Margins)obj).
Left
);