PolarColumnStyleFluent extension

Generated fluent modifiers for PolarColumnStyle.

on

Methods

clearBorderColor() PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Clears PolarColumnStyle.borderColor to null.
clearGradient() PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Clears PolarColumnStyle.gradient to null.
updateDataLabelStyle(PolarLabelStyle update(PolarLabelStyle current)) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Rebuilds PolarColumnStyle.dataLabelStyle from its current value.
updateShadow(PolarColumnShadowStyle update(PolarColumnShadowStyle current)) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Rebuilds PolarColumnStyle.shadow from its current value.
withAnimationMode(PolarColumnAnimationMode value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.animationMode with value.
withBorderColor(Color value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.borderColor with value.
withBorderWidth(double value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.borderWidth with value.
withCornerRadius(double value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.cornerRadius with value.
withCornerRadiusMode(PolarColumnCornerRadiusMode value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.cornerRadiusMode with value.
withDataLabelRadialPosition(double value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.dataLabelRadialPosition with value.
withDataLabelStyle(PolarLabelStyle value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.dataLabelStyle with value.
withGradient(PolarColumnGradientStyle value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.gradient with value.
withMaximumVisibleDataLabels(int value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.maximumVisibleDataLabels with value.
withOpacity(double value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.opacity with value.
withShadow(PolarColumnShadowStyle value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.shadow with value.
withShowDataLabels(bool value) PolarColumnStyle

Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension

Replaces PolarColumnStyle.showDataLabels with value.