SeriesCalloutSpecFluent extension

Generated fluent modifiers for SeriesCalloutSpec.

on

Methods

clearAnchor() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.anchor to null.
clearAnchorX() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.anchorX to null.
clearBackgroundColor() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.backgroundColor to null.
clearBackgroundOpacity() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.backgroundOpacity to null.
clearBorderColor() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.borderColor to null.
clearBorderRadius() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.borderRadius to null.
clearBorderWidth() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.borderWidth to null.
clearColor() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.color to null.
clearConnectorGlow() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.connectorGlow to null.
clearConnectorOpacity() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.connectorOpacity to null.
clearConnectorWidth() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.connectorWidth to null.
clearLabel() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.label to null.
clearShow() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.show to null.
clearTextStyle() SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Clears SeriesCalloutSpec.textStyle to null.
withAnchor(SeriesCalloutAnchor value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.anchor with value.
withAnchorX(double value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.anchorX with value.
withBackgroundColor(Color value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.backgroundColor with value.
withBackgroundOpacity(double value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.backgroundOpacity with value.
withBorderColor(Color value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.borderColor with value.
withBorderRadius(double value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.borderRadius with value.
withBorderWidth(double value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.borderWidth with value.
withColor(Color value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.color with value.
withConnectorGlow(double value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.connectorGlow with value.
withConnectorOpacity(double value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.connectorOpacity with value.
withConnectorWidth(double value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.connectorWidth with value.
withLabel(String value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.label with value.
withPriority(int value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.priority with value.
withShow(bool value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.show with value.
withTextStyle(TextStyle value) SeriesCalloutSpec

Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension

Replaces SeriesCalloutSpec.textStyle with value.