2 writes to pointNumber
System.Web.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
2604 this.pointNumber = 0; 2659 ++this.pointNumber;
7 references to pointNumber
System.Web.DataVisualization (7)
Common\ChartTypes\FunnelChart.cs (7)
426 if(this.yValueTotal == 0.0 || this.pointNumber == 0) 434 this.pointNumber == 1) 540 this.funnelSegmentGap * (this.pointNumber - ((ShouldDrawFirstPoint()) ? 1 : 2) ); 553 height = plotAreaHeightAbs / (this.pointNumber - 1); 2461float maxGapSize = this.PlotAreaPosition.Height / (this.pointNumber - ((ShouldDrawFirstPoint()) ? 1 : 2)); 2651 double yValue = GetYValue(point, this.pointNumber); 2917 this.funnelSegmentGap * (this.pointNumber - ((ShouldDrawFirstPoint()) ? 1 : 2) );