Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartTypes.ColumnChart.Name
1 override of Name
System.Web.DataVisualization (1)
Common\ChartTypes\PointAndFigureChart.cs (1)
899 override public string Name { get{ return ChartTypeNames.PointAndFigure;}}
1 reference to Name
System.Web.DataVisualization (1)
Common\ChartTypes\ColumnChart.cs (1)
1315 throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name,this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));