PolarColumnStyleFluent extension
Generated fluent modifiers for PolarColumnStyle.
Methods
-
clearBorderColor(
) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Clears PolarColumnStyle.borderColor tonull. -
clearGradient(
) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Clears PolarColumnStyle.gradient tonull. -
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 withvalue. -
withBorderColor(
Color value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.borderColor withvalue. -
withBorderWidth(
double value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.borderWidth withvalue. -
withCornerRadius(
double value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.cornerRadius withvalue. -
withCornerRadiusMode(
PolarColumnCornerRadiusMode value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.cornerRadiusMode withvalue. -
withDataLabelRadialPosition(
double value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.dataLabelRadialPosition withvalue. -
withDataLabelStyle(
PolarLabelStyle value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.dataLabelStyle withvalue. -
withGradient(
PolarColumnGradientStyle value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.gradient withvalue. -
withMaximumVisibleDataLabels(
int value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.maximumVisibleDataLabels withvalue. -
withOpacity(
double value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.opacity withvalue. -
withShadow(
PolarColumnShadowStyle value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.shadow withvalue. -
withShowDataLabels(
bool value) → PolarColumnStyle -
Available on PolarColumnStyle, provided by the PolarColumnStyleFluent extension
Replaces PolarColumnStyle.showDataLabels withvalue.