11 references to None
System.Web.DataVisualization (11)
Common\General\Legend.cs (9)
328 private LegendSeparatorStyle _titleSeparator = LegendSeparatorStyle.None; 334 private LegendSeparatorStyle _headerSeparator = LegendSeparatorStyle.None; 340 private LegendSeparatorStyle _itemColumnSeparator = LegendSeparatorStyle.None; 2454 if(legendItem.SeparatorType != LegendSeparatorStyle.None && 2490 if(this.ItemColumnSeparator != LegendSeparatorStyle.None) 4108 this.ItemColumnSeparator != LegendSeparatorStyle.None) 4344 this.TitleSeparator != LegendSeparatorStyle.None) 4376 if(separatorType == LegendSeparatorStyle.None) 5227 private LegendSeparatorStyle _separatorType = LegendSeparatorStyle.None;
Common\General\LegendColumns.cs (2)
1456 LegendItem.SeparatorType != LegendSeparatorStyle.None) 1543 LegendItem.SeparatorType != LegendSeparatorStyle.None)