ScatterMarkerStyleFluent extension
Generated fluent modifiers for ScatterMarkerStyle.
Methods
-
clearFillColor(
) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Clears ScatterMarkerStyle.fillColor tonull. -
clearHeight(
) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Clears ScatterMarkerStyle.height tonull. -
clearOpacity(
) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Clears ScatterMarkerStyle.opacity tonull. -
clearRotationDegrees(
) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Clears ScatterMarkerStyle.rotationDegrees tonull. -
clearStrokeColor(
) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Clears ScatterMarkerStyle.strokeColor tonull. -
clearStrokeWidth(
) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Clears ScatterMarkerStyle.strokeWidth tonull. -
clearWidth(
) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Clears ScatterMarkerStyle.width tonull. -
withFillColor(
Color value) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Replaces ScatterMarkerStyle.fillColor withvalue. -
withHeight(
double value) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Replaces ScatterMarkerStyle.height withvalue. -
withOpacity(
double value) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Replaces ScatterMarkerStyle.opacity withvalue. -
withRotationDegrees(
double value) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Replaces ScatterMarkerStyle.rotationDegrees withvalue. -
withStrokeColor(
Color value) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Replaces ScatterMarkerStyle.strokeColor withvalue. -
withStrokeWidth(
double value) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Replaces ScatterMarkerStyle.strokeWidth withvalue. -
withWidth(
double value) → ScatterMarkerStyle -
Available on ScatterMarkerStyle, provided by the ScatterMarkerStyleFluent extension
Replaces ScatterMarkerStyle.width withvalue.