6 references to _createdChartTypes
System.Web.DataVisualization (6)
Common\ChartTypes\ChartTypeRegistry.cs (6)
225
if(!
_createdChartTypes
.Contains(name))
228
_createdChartTypes
[name] =
233
return (IChartType)
_createdChartTypes
[name];
265
foreach (string name in this.
_createdChartTypes
.Keys)
267
IChartType chartType = (IChartType)
_createdChartTypes
[name];
270
this.
_createdChartTypes
.Clear();