[]
Represents a Waterfall series for FlexChart.
public class Waterfall : Series, 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 |
---|---|
ConnectorLineStyleProperty | Identifies the ConnectorLineStyle dependency property. |
ConnectorLinesProperty | Identifies the ConnectorLines dependency property. |
FallingStyleProperty | Identifies the FallingStyle dependency property. |
IntermediateTotalLabelsProperty | Identifies the IntermediateTotalLabels dependency property. |
IntermediateTotalPositionsProperty | Identifies the IntermediateTotalPositions dependency property. |
IntermediateTotalStyleProperty | Identifies the IntermediateTotalStyle dependency property. |
RelativeDataProperty | Identifies the RelativeData dependency property. |
RisingStyleProperty | Identifies the RisingStyle dependency property. |
ShowIntermediateTotalProperty | Identifies the ShowIntermediateTotal dependency property. |
ShowTotalProperty | Identifies the ShowTotal dependency property. |
StartLabelProperty | Identifies the StartLabel dependency property. |
StartProperty | Identifies the Start dependency property. |
StartStyleProperty | Identifies the StartStyle dependency property. |
TotalLabelProperty | Identifies the TotalLabel dependency property. |
TotalStyleProperty | Identifies the TotalStyle dependency property. |
Name | Description |
---|---|
ConnectorLineStyle | Gets or sets the ConnectorLineStyle property. |
ConnectorLines | Gets or sets a value that determines whether to show connector lines. |
FallingStyle | Gets or sets the FallingStyle property. |
IntermediateTotalLabels | Gets or sets the value of the property that contains the label of the intermediate total bar, it should be an array or a string. |
IntermediateTotalPositions | Gets or sets the value of the property that contains the index for positions of the intermediate total bar. |
IntermediateTotalStyle | Gets or sets the IntermediateTotalStyle property. |
RelativeData | Gets or sets a value that determines whether the given data is relative. |
RisingStyle | Gets or sets the RisingStyle property. |
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 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. |
StartStyle | Gets or sets the StartStyle property. |
TotalLabel | Gets or sets the label of the total bar. |
TotalStyle | Gets or sets the TotalStyle property. |
Name | Description |
---|---|
GetStyle(string) | Gets style by its name. |
GetValues(int) | Gets the point data array for the specified coordinate dimension. |
SetStyle(_Style, string) | Sets chart style. |