[]
ITagHelper implementation for Waterfall<T>.
[HtmlTargetElement("c1-flex-chart-waterfall")]
public class WaterfallTagHelper : ExtraSeriesTagHelper<object, Waterfall<object>>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-chart-waterfall")>
Public Class WaterfallTagHelper
Inherits ExtraSeriesTagHelper(Of Object, Waterfall(Of Object))
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| WaterfallTagHelper() |
| Name | Description |
|---|---|
| CollectionName | Gets the collection name. |
| ConnectorLines | Configurates ConnectorLines. Sets a value that determines whether to show connector lines. |
| IntermediateTotalLabels | Configurates IntermediateTotalLabels. Sets the value of the property that contains the label of the intermediate total bar. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties. |
| IntermediateTotalPositions | Configurates IntermediateTotalPositions. Sets the value of the property that contains the index for positions of the intermediate total bar.The property should work with ShowIntermediateTotal and IntermediateToolLabels property. |
| RelativeData | Configurates RelativeData. Sets a value that determines whether the given data is relative. |
| ShowIntermediateTotal | Configurates ShowIntermediateTotal. Sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property. |
| ShowTotal | Configurates ShowTotal. Sets a value that determines whether the show the total bar. |
| Start | Configurates Start. Sets a value that determines the value of the start bar. If start is null, start bar will not show. |
| StartLabel | Configurates StartLabel. Sets the label of the start bar. |
| Styles | Configurates Styles. Sets or set the waterfall styles. |
| TotalLabel | Configurates TotalLabel. Sets the label of the total bar. |