Base:
property
YValuesPerPoint
System.Web.UI.DataVisualization.Charting.ChartTypes.PointChart.YValuesPerPoint
4 references to YValuesPerPoint
System.Web.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)))); 281if (point.YValues.Length < this.YValuesPerPoint) 283throw (new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));