ScatterMarkerStyleFluent extension

Generated fluent modifiers for ScatterMarkerStyle.

on

Methods

clearFillColor() ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Clears ScatterMarkerStyle.fillColor to null.
clearHeight() ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Clears ScatterMarkerStyle.height to null.
clearOpacity() ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Clears ScatterMarkerStyle.opacity to null.
clearRotationDegrees() ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Clears ScatterMarkerStyle.rotationDegrees to null.
clearStrokeColor() ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Clears ScatterMarkerStyle.strokeColor to null.
clearStrokeWidth() ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Clears ScatterMarkerStyle.strokeWidth to null.
clearWidth() ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Clears ScatterMarkerStyle.width to null.
withFillColor(Color value) ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Replaces ScatterMarkerStyle.fillColor with value.
withHeight(double value) ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Replaces ScatterMarkerStyle.height with value.
withOpacity(double value) ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Replaces ScatterMarkerStyle.opacity with value.
withRotationDegrees(double value) ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Replaces ScatterMarkerStyle.rotationDegrees with value.
withStrokeColor(Color value) ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Replaces ScatterMarkerStyle.strokeColor with value.
withStrokeWidth(double value) ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Replaces ScatterMarkerStyle.strokeWidth with value.
withWidth(double value) ScatterMarkerStyle

Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension

Replaces ScatterMarkerStyle.width with value.