BarWaterfallStyleFluent extension
Generated fluent modifiers for BarWaterfallStyle.
Methods
-
clearDecreaseColor(
) → BarWaterfallStyle -
Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension
Clears BarWaterfallStyle.decreaseColor tonull. -
clearIncreaseColor(
) → BarWaterfallStyle -
Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension
Clears BarWaterfallStyle.increaseColor tonull. -
clearTotalColor(
) → BarWaterfallStyle -
Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension
Clears BarWaterfallStyle.totalColor tonull. -
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 withvalue. -
withDecreaseColor(
Color value) → BarWaterfallStyle -
Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension
Replaces BarWaterfallStyle.decreaseColor withvalue. -
withIncreaseColor(
Color value) → BarWaterfallStyle -
Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension
Replaces BarWaterfallStyle.increaseColor withvalue. -
withTotalColor(
Color value) → BarWaterfallStyle -
Available on BarWaterfallStyle, provided by the BarWaterfallStyleFluent extension
Replaces BarWaterfallStyle.totalColor withvalue.