Base:
property
YValuesPerPoint
System.Web.UI.DataVisualization.Charting.ChartTypes.PointChart.YValuesPerPoint
4 references to YValuesPerPoint
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\BubbleChart.cs (4)
176
if(point.YValues.Length < this.
YValuesPerPoint
)
178
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));
281
if (point.YValues.Length < this.
YValuesPerPoint
)
283
throw (new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));