Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
1 override of Name
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\DoughnutChart.cs (1)
49 override public string Name { get{ return ChartTypeNames.Doughnut;}}
6 references to Name
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\PieChart.cs (6)
155 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 526 if( String.Compare( series.ChartTypeName, this.Name, true, System.Globalization.CultureInfo.CurrentCulture ) != 0 ) 531throw (new InvalidOperationException(SR.ExceptionChartCanNotCombine( this.Name ))); 615 List<string> typeSeries = area.GetSeriesFromChartType(Name); 698 List<string> typeSeries = area.GetSeriesFromChartType(Name); 2384 List<string> typeSeries = area.GetSeriesFromChartType(Name);