[]
Represents a Waterfall series for FlexChart.
public class Waterfall : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
The Waterfall series is normally used to demonstrate how the starting position either increases or decreases through a series of changes.
Name | Description |
---|---|
Waterfall() | Create an instance of Waterfall. |
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. |
Name | Description |
---|---|
GetStyle(string) | Gets the style by specified name. |
SetStyle(_Style, string) | Sets the named style. |