[]
Defines a builder to configurate Waterfall<T>.
public class WaterfallBuilder<T> : ExtraSeriesBuilder<T, Waterfall<T>, WaterfallBuilder<T>>
Name | Description |
---|---|
T |
Name | Description |
---|---|
WaterfallBuilder(Waterfall<T>) | Creates one WaterfallBuilder<T> instance to configurate |
Name | Description |
---|---|
ConnectorLines(bool) | Configurates ConnectorLines. Sets a value that determines whether to show connector lines. |
IntermediateTotalLabels(params string[]) | Sets the IntermediateTotalLabels property. |
IntermediateTotalPositions(params int[]) | Sets the IntermediateTotalPositions property. |
RelativeData(bool) | Configurates RelativeData. Sets a value that determines whether the given data is relative. |
ShowIntermediateTotal(bool) | Configurates ShowIntermediateTotal. Sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property. |
ShowTotal(bool) | Configurates ShowTotal. Sets a value that determines whether the show the total bar. |
Start(int?) | Configurates Start. Sets a value that determines the value of the start bar. If start is null, start bar will not show. |
StartLabel(string) | Configurates StartLabel. Sets the label of the start bar. |
Styles(Action<WaterfallStylesBuilder>) | Configurates Styles. Sets or set the waterfall styles. |
TotalLabel(string) | Configurates TotalLabel. Sets the label of the total bar. |