Implemented interface member:
property
YValuesPerPoint
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.YValuesPerPoint
4 references to YValuesPerPoint
System.Web.DataVisualization (4)
Common\ChartTypes\BoxPlotChart.cs (4)
324
if(point.YValues.Length < this.
YValuesPerPoint
)
326
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));
1105
if(point.YValues.Length < this.
YValuesPerPoint
)
1107
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));