Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.PointChart.Name
1 override of Name
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\ColumnChart.cs (1)
1022
override public string
Name
{ get{ return ChartTypeNames.RangeColumn;}}
5 references to Name
System.Windows.Forms.DataVisualization (5)
Common\ChartTypes\ColumnChart.cs (5)
101
return (System.Drawing.Image)registry.ResourceManager.GetObject(this.
Name
+ "ChartType");
272
List<string> typeSeries = area.GetSeriesFromChartType(
Name
);
308
bool indexedSeries = ChartHelper.IndexedSeries(this.Common, area.GetSeriesFromChartType(
Name
).ToArray());
317
if( String.Compare( ser.ChartTypeName,
Name
, true, System.Globalization.CultureInfo.CurrentCulture) != 0
670
typeSeries = area.GetSeriesFromChartType(
Name
);