Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
1 override of Name
System.Web.DataVisualization (1)
Common\ChartTypes\StockChart.cs (1)
103 override public string Name { get{ return ChartTypeNames.Candlestick;}}
6 references to Name
System.Web.DataVisualization (6)
Common\ChartTypes\StockChart.cs (6)
281 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 325 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 336 if( String.Compare( ser.ChartTypeName, this.Name, StringComparison.OrdinalIgnoreCase ) != 0 1123 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1134 if( String.Compare( ser.ChartTypeName, this.Name, StringComparison.OrdinalIgnoreCase ) != 0 1810 bool indexedSeries = ChartHelper.IndexedSeries(common, area.GetSeriesFromChartType(this.Name).ToArray() );