7 references to SeparatorType
System.Web.DataVisualization (7)
Common\General\Legend.cs (3)
2454 if(legendItem.SeparatorType != LegendSeparatorStyle.None && 2473 separatorPosition.Height = this.GetSeparatorSize(legendItem.SeparatorType).Height; 2479 legendItem.SeparatorType,
Common\General\LegendColumns.cs (4)
1456 LegendItem.SeparatorType != LegendSeparatorStyle.None) 1458 this.cellPosition.Height -= this.Legend.GetSeparatorSize(LegendItem.SeparatorType).Height; 1543 LegendItem.SeparatorType != LegendSeparatorStyle.None) 1545 cellSize.Height += this.Legend.GetSeparatorSize(LegendItem.SeparatorType).Height;