[]
IWaterfall interface.
public interface IWaterfall : IChartSeries, IStyleProvider
| Name | Description |
|---|---|
| ConnectorLines | Gets or sets a value that determines whether to show connector lines. |
| 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. |
| 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. |
| 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. |
| StartLabel | Identifies the Start dependency property. |
| TotalLabel | Gets or sets the label of the total bar. |
| Name | Description |
|---|---|
| GetLegendItemName(int) | Gets the name of legend item. |
| GetLegendItemsCount() | Gets the count of legend items. |
| GetLegendStyles(int) | Gets the style of legend item. |
| GetYValues() | Gets the list of y axis values. |
| IsIntermediateTotal(int) | Checks whether the item is intermediate total or not. |
| UpdateXItems(List<object>) | Updates the list of x axis items. |