7 references to ShouldDrawFirstPoint
System.Web.DataVisualization (7)
Common\ChartTypes\FunnelChart.cs (7)
540
this.funnelSegmentGap * (this.pointNumber - ((
ShouldDrawFirstPoint
()) ? 1 : 2) );
1390
if( pointIndex > 0 ||
ShouldDrawFirstPoint
() )
1414
if(
ShouldDrawFirstPoint
())
1794
int pointIndex = labelInfo.PointIndex + ((
ShouldDrawFirstPoint
()) ? 0 : 1);
1795
if(pointIndex > this.segmentList.Count && !
ShouldDrawFirstPoint
() )
2461
float maxGapSize = this.PlotAreaPosition.Height / (this.pointNumber - ((
ShouldDrawFirstPoint
()) ? 1 : 2));
2917
this.funnelSegmentGap * (this.pointNumber - ((
ShouldDrawFirstPoint
()) ? 1 : 2) );