BarWaterfallStyleFluent extension

Generated fluent modifiers for BarWaterfallStyle.

on

Methods

clearDecreaseColor() BarWaterfallStyle

Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension

Clears BarWaterfallStyle.decreaseColor to null.
clearIncreaseColor() BarWaterfallStyle

Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension

Clears BarWaterfallStyle.increaseColor to null.
clearTotalColor() BarWaterfallStyle

Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension

Clears BarWaterfallStyle.totalColor to null.
updateConnector(BarWaterfallConnectorStyle update(BarWaterfallConnectorStyle current)) BarWaterfallStyle

Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension

Rebuilds BarWaterfallStyle.connector from its current value.
withConnector(BarWaterfallConnectorStyle value) BarWaterfallStyle

Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension

Replaces BarWaterfallStyle.connector with value.
withDecreaseColor(Color value) BarWaterfallStyle

Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension

Replaces BarWaterfallStyle.decreaseColor with value.
withIncreaseColor(Color value) BarWaterfallStyle

Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension

Replaces BarWaterfallStyle.increaseColor with value.
withTotalColor(Color value) BarWaterfallStyle

Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension

Replaces BarWaterfallStyle.totalColor with value.