Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.SplineChart.Name
1 override of Name
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\RangeChart.cs (1)
83 public override string Name { get{ return ChartTypeNames.SplineRange;}}
3 references to Name
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\RangeChart.cs (3)
222 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 324indexedBasedX = ChartHelper.IndexedSeries(common, area.GetSeriesFromChartType(this.Name).ToArray()); 355 throw(new InvalidOperationException( SR.ExceptionChartTypeRequiresYValues( this.Name, "2" )));