[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ExtraOptionsTagHelper

ExtraOptionsTagHelper Class

ITagHelper implementation for ExtraOptions.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-chart-options")]
[RestrictChildren("c1-funnel-options", new string[] { "c1-step-options" })]
public class ExtraOptionsTagHelper : SettingTagHelper<ExtraOptions>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ExtraOptionsTagHelper()

Properties

Name Description
BubbleMaxSize

Configurates BubbleMaxSize. Specifies the maximum size (pixels) of symbols in the Bubble chart.

BubbleMinSize

Configurates BubbleMinSize. Specifies the minimum size (pixels) of symbols in the Bubble chart.

C1Property

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

CollectionName

Gets the collection name.

Funnel

Configurates Funnel. Sets Funnel options. The following options are supported : NeckWidth, NeckHeight, Type.

GroupWidth

Configurates GroupWidth. Specifies the group width for Column charts, or the group height for Bar charts.The group width can be specified in pixels or percent of available space.

Step

Configurates Step. Sets Step options.