Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.PointChart.Name
2 overrides of Name
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\LineChart.cs (1)
69 public override string Name { get{ return ChartTypeNames.Spline;}}
Common\ChartTypes\StepLineChart.cs (1)
78 public override string Name { get{ return ChartTypeNames.StepLine;}}
4 references to Name
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\LineChart.cs (4)
251 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 366 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 377 if( String.Compare( ser.ChartTypeName, this.Name, true, System.Globalization.CultureInfo.CurrentCulture ) != 0 1221 typeSeries = area.GetSeriesFromChartType(Name);