Implemented interface member:
property
YValuesPerPoint
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.YValuesPerPoint
4 references to YValuesPerPoint
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\ErrorBarChart.cs (4)
452
if(point.YValues.Length < this.
YValuesPerPoint
)
454
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));
1206
if(point.YValues.Length < this.
YValuesPerPoint
)
1208
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues( this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));