Configurates
C1.Web.Mvc.FunnelOptions.NeckHeight. Specifies the neck height as a percentage for the Funnel chart.The default value is 0.
Syntax
'Declaration
Public Function NeckHeight( _
ByVal As Single _
) As FunnelOptionsBuilder
public FunnelOptionsBuilder NeckHeight(
float
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also