18 references to FunnelStyle
System.Windows.Forms.DataVisualization (18)
Common\ChartTypes\FunnelChart.cs (17)
213
private
FunnelStyle
_funnelStyle =
FunnelStyle
.YIsHeight;
433
if(this._funnelStyle ==
FunnelStyle
.YIsWidth &&
546
if( this._funnelStyle ==
FunnelStyle
.YIsWidth )
574
else if( this._funnelStyle ==
FunnelStyle
.YIsHeight )
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 )
2482
private
FunnelStyle
GetFunnelStyle(DataPointCustomProperties properties)
2485
FunnelStyle
drawingStyle =
FunnelStyle
.YIsHeight;
2496
drawingStyle = (
FunnelStyle
)Enum.Parse(typeof(
FunnelStyle
), attrValue, true);
Common\Utilities\CustomAttributesRegistry.cs (1)
1695
typeof(
FunnelStyle
),