[]
        
(Showing Draft Content)

C1.Web.Mvc.Waterfall-1

Waterfall<T> Class

Waterfall series is normally used to demonstrate how the starting position either increases or decreases through a series of changes.

Inheritance
Waterfall<T>
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class Waterfall<T> : ExtraSeries<T>
Type Parameters
Name Description
T

Constructors

Name Description
Waterfall(FlexChartCore<T>)

Creates one Waterfall<T> instance.

Properties

Name Description
ConnectorLines

Gets or sets a value that determines whether to show connector lines.

ExtraSeriesTypeName

Gets the series name.

IntermediateTotalLabels

Gets or 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

Gets or 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

Gets or sets a value that determines whether the given data is relative.

ShowIntermediateTotal

Gets or sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property.

ShowTotal

Gets or sets a value that determines whether the show the total bar.

Start

Gets or sets a value that determines the value of the start bar. If start is null, start bar will not show.

StartLabel

Gets or sets the label of the start bar.

Styles

Gets or set the waterfall styles.

TotalLabel

Gets or sets the label of the total bar.