Name | Description | |
---|---|---|
FunnelOptionsBuilder Constructor | Creates one FunnelOptionsBuilder instance to configurate obj. |
The following tables list the members exposed by FunnelOptionsBuilder.
Name | Description | |
---|---|---|
FunnelOptionsBuilder Constructor | Creates one FunnelOptionsBuilder instance to configurate obj. |
Name | Description | |
---|---|---|
NeckHeight | Configurates C1.Web.Mvc.FunnelOptions.NeckHeight. Specifies the neck height as a percentage for the Funnel chart.The default value is 0. | |
NeckWidth | Configurates C1.Web.Mvc.FunnelOptions.NeckWidth. Specifies the neck width as a percentage for the Funnel chart.The default value is 0.2. | |
Type | Configurates C1.Web.Mvc.FunnelOptions.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. |