[]
ITagHelper implementation for ExtraOptions.
[HtmlTargetElement("c1-chart-options")]
[RestrictChildren("c1-funnel-options", new string[] { "c1-step-options" })]
public class ExtraOptionsTagHelper : SettingTagHelper<ExtraOptions>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-chart-options")>
<RestrictChildren("c1-funnel-options", New String() { "c1-step-options" })>
Public Class ExtraOptionsTagHelper
Inherits SettingTagHelper(Of ExtraOptions)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| ExtraOptionsTagHelper() |
| 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. |