2 references to GetPointsInterval
System.Web.DataVisualization (2)
Common\General\ChartArea3D.cs (1)
890 clusteredInterval = this.GetPointsInterval(this._series, xAxis.IsLogarithmic, xAxis.logarithmBase, false, out sameInterval, out smallestIntervalSeries);
Common\General\ChartAreaAxes.cs (1)
1724return GetPointsInterval(seriesList, isLogarithmic, logarithmBase, checkSameInterval, out sameInterval, out nullSeries);