[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.WaterfallBuilder-1

WaterfallBuilder<T> Class

Defines a builder to configurate Waterfall<T>.

Inheritance
HideObjectMembers
WaterfallBuilder<T>
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class WaterfallBuilder<T> : ExtraSeriesBuilder<T, Waterfall<T>, WaterfallBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
WaterfallBuilder(Waterfall<T>)

Creates one WaterfallBuilder<T> instance to configurate obj.

Methods

Name Description
ConnectorLines(bool)

Configurates ConnectorLines. Sets a value that determines whether to show connector lines.

IntermediateTotalLabels(params string[])

Sets the IntermediateTotalLabels property.

IntermediateTotalPositions(params int[])

Sets the IntermediateTotalPositions property.

RelativeData(bool)

Configurates RelativeData. Sets a value that determines whether the given data is relative.

ShowIntermediateTotal(bool)

Configurates ShowIntermediateTotal. Sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property.

ShowTotal(bool)

Configurates ShowTotal. Sets a value that determines whether the show the total bar.

Start(int?)

Configurates Start. Sets a value that determines the value of the start bar. If start is null, start bar will not show.

StartLabel(string)

Configurates StartLabel. Sets the label of the start bar.

Styles(Action<WaterfallStylesBuilder>)

Configurates Styles. Sets or set the waterfall styles.

TotalLabel(string)

Configurates TotalLabel. Sets the label of the total bar.