PointStyleFluent extension

Generated fluent modifiers for PointStyle.

on

Methods

clearColor() PointStyle

Available on PointStyle, provided by the PointStyleFluent extension

Clears PointStyle.color to null.
clearScatterMarkerShape() PointStyle

Available on PointStyle, provided by the PointStyleFluent extension

Clears PointStyle.scatterMarkerShape to null.
clearScatterMarkerStyle() PointStyle

Available on PointStyle, provided by the PointStyleFluent extension

Clears PointStyle.scatterMarkerStyle to null.
clearSize() PointStyle

Available on PointStyle, provided by the PointStyleFluent extension

Clears PointStyle.size to null.
withColor(Color value) PointStyle

Available on PointStyle, provided by the PointStyleFluent extension

Replaces PointStyle.color with value.
withScatterMarkerShape(SeriesMarkerShape value) PointStyle

Available on PointStyle, provided by the PointStyleFluent extension

Replaces PointStyle.scatterMarkerShape with value.
withScatterMarkerStyle(ScatterMarkerStyle value) PointStyle

Available on PointStyle, provided by the PointStyleFluent extension

Replaces PointStyle.scatterMarkerStyle with value.
withSize(double value) PointStyle

Available on PointStyle, provided by the PointStyleFluent extension

Replaces PointStyle.size with value.