[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FunnelOptionsTagHelper

FunnelOptionsTagHelper Class

ITagHelper implementation for FunnelOptions.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-funnel-options")]
public class FunnelOptionsTagHelper : SettingTagHelper<FunnelOptions>, ITagHelper, ITagHelperComponent

Constructors

Name Description
FunnelOptionsTagHelper()

Properties

Name Description
C1Property

Gets or sets the property name which the taghelper is related to.

CollectionName

Gets the collection name.

NeckHeight

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

NeckWidth

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

Type

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.