Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
1 override of Name
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
2887 override public string Name { get{ return ChartTypeNames.Pyramid;}}
2 references to Name
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
392 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 2684 if( String.Compare( series.ChartTypeName, this.Name, true, System.Globalization.CultureInfo.CurrentCulture ) == 0 )