ComponentOne ASP.NET MVC Controls
NeckWidth Method

C1.Web.Mvc.Fluent Namespace > FunnelOptionsBuilder Class : NeckWidth Method
The value.
Configurates C1.Web.Mvc.FunnelOptions.NeckWidth. Specifies the neck width as a percentage for the Funnel chart.The default value is 0.2.
Syntax
'Declaration
 
Public Function NeckWidth( _
   ByVal value As Single _
) As FunnelOptionsBuilder
public FunnelOptionsBuilder NeckWidth( 
   float value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FunnelOptionsBuilder Class
FunnelOptionsBuilder Members