Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.PointChart.Name
5 references to Name
System.Windows.Forms.DataVisualization (5)
Common\ChartTypes\BubbleChart.cs (5)
115
return (System.Drawing.Image)registry.ResourceManager.GetObject(this.
Name
+ "ChartType");
178
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
219
if( String.Compare( ser.ChartTypeName, this.
Name
, true, System.Globalization.CultureInfo.CurrentCulture) == 0 &&
274
if( ser.ChartTypeName == this.
Name
&& ser.ChartArea == area.Name && ser.IsVisible() )
283
throw (new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.
Name
, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));