1 write to funnelSegmentGap
System.Web.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
1373
this.
funnelSegmentGap
= GetFunnelPointGap(series);
7 references to funnelSegmentGap
System.Web.DataVisualization (7)
Common\ChartTypes\FunnelChart.cs (7)
540
this.
funnelSegmentGap
* (this.pointNumber - ((ShouldDrawFirstPoint()) ? 1 : 2) );
1407
if(this.
funnelSegmentGap
> 0)
1483
currentLocation -= height + this.
funnelSegmentGap
;
1487
currentLocation += height + this.
funnelSegmentGap
;
2246
float minSize = Math.Min(2f, this.
funnelSegmentGap
/ 2f);
2247
if(this.
funnelSegmentGap
> 0 &&
2917
this.
funnelSegmentGap
* (this.pointNumber - ((ShouldDrawFirstPoint()) ? 1 : 2) );