Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
2 references to Name
System.Web.DataVisualization (2)
Common\ChartTypes\FastPointChart.cs (2)
218 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 257 if( String.Compare( series.ChartTypeName, this.Name, true, System.Globalization.CultureInfo.CurrentCulture ) != 0