1 write to Bottom
System.Web.DataVisualization (1)
Common\Converters\LegendConverters.cs (1)
394margins.Bottom = int.Parse(values[1].Trim(), CultureInfo.InvariantCulture);
13 references to Bottom
System.Web.DataVisualization (13)
Common\Converters\LegendConverters.cs (1)
365 margins.Bottom,
Common\General\LegendColumns.cs (11)
477 this._margins.Bottom == 0 && 768 newCell.Margins = new Margins(this.Margins.Top, this.Margins.Bottom, this.Margins.Left, this.Margins.Right); 1316 this._margins.Bottom == 0 && 1452 + (int)(this.Margins.Bottom * singleWCharacterSize.Height / 100f); 1539 cellSize.Height += (int)((this.Margins.Top + this.Margins.Bottom) * singleWCharacterSize.Height / 100f); 2699 this.Bottom, 2720 this.Bottom == margins.Bottom && 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)
2779 writer.Write(((Margins)obj).Bottom);