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 As Single _
) As FunnelOptionsBuilder
public FunnelOptionsBuilder NeckWidth(
float
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also