[]
        
(Showing Draft Content)

C1.Blazor.Chart.Waterfall

Waterfall Class

Represents a Waterfall series for FlexChart.

Inheritance
Waterfall
Namespace: C1.Blazor.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class Waterfall : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Remarks

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

Constructors

Name Description
Waterfall()

Create an instance of Waterfall.

Properties

Name Description
ConnectorLineStyle

Gets the style of connector lines.

ConnectorLines

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

FallingStyle

Gets the style for the data points representing falling values.

IntermediateTotalLabels

Gets or sets the list of the text labels of the intermediate total bars.

IntermediateTotalPositions

Gets or sets the list of the positions of the intermediate total bars.

IntermediateTotalStyle

Gets the style for the data points representing intermediate total values.

RelativeData

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

RisingStyle

Gets the style for the data points representing rising values.

ShowIntermediateTotal

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

ShowTotal

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

Start

Gets or sets the starting data value.

StartLabel

Gets or sets the text label for starting data point.

StartStyle

Gets the style for the data points representing starting values.

TotalLabel

Gets or sets the text label for data point representing total value.

TotalStyle

Gets the style for the data points representing total values.

Methods

Name Description
GetStyle(string)

Gets the style by specified name.

SetStyle(_Style, string)

Sets the named style.