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