Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
1 override of Name
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\BarChart.cs (1)
112
override public string
Name
{ get{ return ChartTypeNames.RangeBar;}}
7 references to Name
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\BarChart.cs (7)
192
return (System.Drawing.Image)registry.ResourceManager.GetObject(this.
Name
+ "ChartType");
361
List<string> typeSeries = area.GetSeriesFromChartType(
Name
);
406
if( String.Compare( ser.ChartTypeName,
Name
, true, System.Globalization.CultureInfo.CurrentCulture ) != 0
473
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture) )));
1162
throw (new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
1331
typeSeries = area.GetSeriesFromChartType(
Name
);
1391
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));