Implemented interface member:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Name
7 references to Name
System.Web.DataVisualization (7)
Common\ChartTypes\BoxPlotChart.cs (7)
209
return (System.Drawing.Image)registry.ResourceManager.GetObject(this.
Name
+ "ChartType");
253
List<string> typeSeries = area.GetSeriesFromChartType(this.
Name
);
265
if( String.Compare( ser.ChartTypeName, this.
Name
, StringComparison.OrdinalIgnoreCase ) != 0
326
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
1023
List<string> typeSeries = area.GetSeriesFromChartType(this.
Name
);
1035
if( String.Compare( ser.ChartTypeName, this.
Name
, StringComparison.OrdinalIgnoreCase ) != 0
1107
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));