[]
Configurates ShowIntermediateTotal. Sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property.
public WaterfallBuilder<T> ShowIntermediateTotal(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| WaterfallBuilder<T> | Current builder. |