Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.AreaChart.Name
1 override of Name
System.Web.DataVisualization (1)
Common\ChartTypes\StackedAreaChart.cs (1)
85
override public string
Name
{ get{ return ChartTypeNames.OneHundredPercentStackedArea;}}
5 references to Name
System.Web.DataVisualization (5)
Common\ChartTypes\StackedAreaChart.cs (5)
391
return (System.Drawing.Image)registry.ResourceManager.GetObject(this.
Name
+ "ChartType");
450
bool indexedSeries = ChartHelper.IndexedSeries(this.Common, area.GetSeriesFromChartType(this.
Name
).ToArray() );
463
if( String.Compare( ser.ChartTypeName, this.
Name
, StringComparison.OrdinalIgnoreCase ) != 0
808
if( String.Compare( ser.ChartTypeName, this.
Name
, StringComparison.OrdinalIgnoreCase ) != 0
914
if( String.Compare( ser.ChartTypeName, this.
Name
, StringComparison.OrdinalIgnoreCase ) != 0