[]
Configurates Type. Specifies the type of Funnel chart. It should be 'Rectangle' or 'Default'. NeckWidth and NeckHeight don't work if type is set to Rectangle.
public FunnelOptionsBuilder Type(FunnelType value)
Public Function Type(value As FunnelType) As FunnelOptionsBuilder
| Type | Name | Description |
|---|---|---|
| FunnelType | value | The value. |
| Type | Description |
|---|---|
| FunnelOptionsBuilder | Current builder. |