9 references to GetSeparatorSize
System.Web.DataVisualization (9)
Common\General\Legend.cs (7)
843 cellPosition.X += this.GetSeparatorSize(this.ItemColumnSeparator).Width; 2006 totalTableColumnSpacingWidth += this.GetSeparatorSize(this.ItemColumnSeparator).Width; 2473 separatorPosition.Height = this.GetSeparatorSize(legendItem.SeparatorType).Height; 2496 separatorRect.Width = this.GetSeparatorSize(this.ItemColumnSeparator).Width; 3991 titleSize.Height += this.GetSeparatorSize(this.TitleSeparator).Height; 4018 headerSize.Height += this.GetSeparatorSize(this.HeaderSeparator).Height; 4226 prevRightLocation += this.GetSeparatorSize(this.ItemColumnSeparator).Width;
Common\General\LegendColumns.cs (2)
1458 this.cellPosition.Height -= this.Legend.GetSeparatorSize(LegendItem.SeparatorType).Height; 1545 cellSize.Height += this.Legend.GetSeparatorSize(LegendItem.SeparatorType).Height;