Implemented interface member:
property
YValuesPerPoint
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.YValuesPerPoint
1 override of YValuesPerPoint
System.Web.DataVisualization (1)
Common\ChartTypes\BarChart.cs (1)
124
override public int
YValuesPerPoint
{ get { return 2; } }
5 references to YValuesPerPoint
System.Web.DataVisualization (5)
Common\ChartTypes\BarChart.cs (5)
471
if(point.YValues.Length < this.
YValuesPerPoint
)
473
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture) )));
1162
throw (new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));
1389
if(point.YValues.Length < this.
YValuesPerPoint
)
1391
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));