[]
Waterfall series is normally used to demonstrate how the starting position either increases or decreases through a series of changes.
public class Waterfall<T> : ExtraSeries<T>
Name | Description |
---|---|
T |
Name | Description |
---|---|
Waterfall(FlexChartCore<T>) | Creates one Waterfall<T> instance. |
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. |