BarRaceValueFormatFluent extension

Generated fluent modifiers for BarRaceValueFormat.

on

Methods

withDecimalPlaces(int value) BarRaceValueFormat

Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension

Replaces BarRaceValueFormat.decimalPlaces with value.
withNotation(BarRaceValueNotation value) BarRaceValueFormat

Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension

Replaces BarRaceValueFormat.notation with value.
withPattern(String value) BarRaceValueFormat

Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension

Replaces BarRaceValueFormat.pattern with value.
withScale(double value) BarRaceValueFormat

Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension

Replaces BarRaceValueFormat.scale with value.
withTrimTrailingZeros(bool value) BarRaceValueFormat

Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension

Replaces BarRaceValueFormat.trimTrailingZeros with value.
withUseGrouping(bool value) BarRaceValueFormat

Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension

Replaces BarRaceValueFormat.useGrouping with value.