Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
1 override of Name
System.Web.DataVisualization (1)
Common\ChartTypes\PolarChart.cs (1)
94 override public string Name { get{ return ChartTypeNames.Polar;}}
3 references to Name
System.Web.DataVisualization (3)
Common\ChartTypes\RadarChart.cs (3)
245 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 374 if(String.Compare( ser.ChartTypeName, this.Name, true, System.Globalization.CultureInfo.CurrentCulture ) != 0 ) 376 throw(new InvalidOperationException(SR.ExceptionChartTypeCanNotCombine(ser.ChartTypeName, this.Name)));