2 writes to _funnelStyle
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
432
this.
_funnelStyle
= GetFunnelStyle( this.GetDataSeries() );
1367
this.
_funnelStyle
= GetFunnelStyle(series);
11 references to _funnelStyle
System.Windows.Forms.DataVisualization (11)
Common\ChartTypes\FunnelChart.cs (11)
433
if(this.
_funnelStyle
== FunnelStyle.YIsWidth &&
546
if( this.
_funnelStyle
== FunnelStyle.YIsWidth )
574
else if( this.
_funnelStyle
== FunnelStyle.YIsHeight )
613
throw (new InvalidOperationException(SR.ExceptionFunnelStyleUnknown(this.
_funnelStyle
.ToString())));
629
return ( this.
_funnelStyle
== FunnelStyle.YIsHeight || this.isPyramid);
668
if( this.
_funnelStyle
== FunnelStyle.YIsHeight && !this.isPyramid )
981
if( this.
_funnelStyle
== FunnelStyle.YIsHeight && !this.isPyramid)
1043
if( this.
_funnelStyle
== FunnelStyle.YIsHeight &&
1117
if( this.
_funnelStyle
== FunnelStyle.YIsHeight &&
1825
if( this.
_funnelStyle
== FunnelStyle.YIsHeight )
2000
if( this.
_funnelStyle
== FunnelStyle.YIsHeight )