[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.WaterfallTagHelper

WaterfallTagHelper Class

ITagHelper implementation for Waterfall<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-chart-waterfall")]
public class WaterfallTagHelper : ExtraSeriesTagHelper<object, Waterfall<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
WaterfallTagHelper()

Properties

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.