Searched refs:getSampleValue (Results 1 – 2 of 2) sorted by relevance
67 getSampleValue: function(index, seriesIndex) { method in Counter97 sum += this.getSampleValue(x, i);98 min = Math.min(this.getSampleValue(x, i), min);99 max = Math.max(this.getSampleValue(x, i), max);102 var start = this.getSampleValue(sampleIndices[0], i);103 var end = this.getSampleValue(
92 …getSampleValue:function(c,a){return this.samples[c*this.numSeries+a]},getSampleStatistics:function… method in d