Implemented interface member:
property
YValuesPerPoint
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.YValuesPerPoint
3 overrides of YValuesPerPoint
System.Web.DataVisualization (3)
Common\ChartTypes\BubbleChart.cs (1)
101 override public int YValuesPerPoint { get { return 2; } }
Common\ChartTypes\ColumnChart.cs (1)
159 override public int YValuesPerPoint{ get { return 1; } }
Common\ChartTypes\LineChart.cs (1)
311 public override int YValuesPerPoint{ get { return 1; } }
1 reference to YValuesPerPoint
System.Web.DataVisualization (1)
Common\ChartTypes\PointChart.cs (1)
1498throw (new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));