BarChartStyleFluent extension
Generated fluent modifiers for BarChartStyle.
Methods
-
clearBorder(
) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Clears BarChartStyle.border tonull. -
clearGradient(
) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Clears BarChartStyle.gradient tonull. -
clearPattern(
) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Clears BarChartStyle.pattern tonull. -
updateInteraction(
BarInteractionStyle update(BarInteractionStyle current)) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Rebuilds BarChartStyle.interaction from its current value. -
updateMotion(
BarMotionStyle update(BarMotionStyle current)) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Rebuilds BarChartStyle.motion from its current value. -
withAnimationMode(
BarAnimationMode value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.animationMode withvalue. -
withBorder(
BarBorderStyle value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.border withvalue. -
withCornerRadius(
double value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.cornerRadius withvalue. -
withCornerRadiusPolicy(
BarCornerRadiusPolicy value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.cornerRadiusPolicy withvalue. -
withGradient(
BarGradient value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.gradient withvalue. -
withInteraction(
BarInteractionStyle value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.interaction withvalue. -
withMotion(
BarMotionStyle value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.motion withvalue. -
withOpacity(
double value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.opacity withvalue. -
withPattern(
BarPatternStyle value) → BarChartStyle -
Available on BarChartStyle, provided by the BarChartStyleFluent extension
Replaces BarChartStyle.pattern withvalue.