[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FunnelOptionsBuilder

FunnelOptionsBuilder Class

Defines a builder to configurate FunnelOptions.

Inheritance
HideObjectMembers
FunnelOptionsBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class FunnelOptionsBuilder : BaseBuilder<FunnelOptions, FunnelOptionsBuilder>

Constructors

Name Description
FunnelOptionsBuilder(FunnelOptions)

Creates one FunnelOptionsBuilder instance to configurate obj.

Methods

Name Description
NeckHeight(float)

Configurates NeckHeight. Specifies the neck height as a percentage for the Funnel chart.The default value is 0.

NeckWidth(float)

Configurates NeckWidth. Specifies the neck width as a percentage for the Funnel chart.The default value is 0.2.

Type(FunnelType)

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.