Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
7 references to Name
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\ErrorBarChart.cs (7)
257
return (System.Drawing.Image)registry.ResourceManager.GetObject(this.
Name
+ "ChartType");
300
List<string> typeSeries = area.GetSeriesFromChartType(this.
Name
);
312
if( String.Compare( ser.ChartTypeName, this.
Name
, StringComparison.OrdinalIgnoreCase ) != 0
454
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
1080
List<string> typeSeries = area.GetSeriesFromChartType(this.
Name
);
1091
if( String.Compare( ser.ChartTypeName, this.
Name
, StringComparison.OrdinalIgnoreCase ) != 0
1208
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues( this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));