Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
3 overrides of Name
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\BubbleChart.cs (1)
96
override public string
Name
{ get{ return ChartTypeNames.Bubble;}}
Common\ChartTypes\ColumnChart.cs (1)
92
override public string
Name
{ get{ return ChartTypeNames.Column;}}
Common\ChartTypes\LineChart.cs (1)
242
public override string
Name
{ get{ return ChartTypeNames.Line;}}
6 references to Name
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\PointChart.cs (6)
257
return (System.Drawing.Image)registry.ResourceManager.GetObject(this.
Name
+ "ChartType");
306
indexedSeries = ChartHelper.IndexedSeries(this.Common, area.GetSeriesFromChartType(this.
Name
).ToArray());
333
if( String.Compare( ser.ChartTypeName, this.
Name
, true, System.Globalization.CultureInfo.CurrentCulture ) != 0
1056
typeSeries = area.GetSeriesFromChartType(
Name
);
1498
throw (new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
1643
indexedSeries = ChartHelper.IndexedSeries(this.Common, area.GetSeriesFromChartType(this.
Name
).ToArray());