Base:
property
YValuesPerPoint
System.Web.UI.DataVisualization.Charting.ChartTypes.ColumnChart.YValuesPerPoint
2 references to YValuesPerPoint
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\ColumnChart.cs (2)
1313
if(point.YValues.Length < this.
YValuesPerPoint
)
1315
throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name,this.
YValuesPerPoint
.ToString(CultureInfo.InvariantCulture))));