PointStyleFluent extension
Generated fluent modifiers for PointStyle.
- on
Methods
-
clearColor(
) → PointStyle -
Available on PointStyle, provided by the PointStyleFluent extension
Clears PointStyle.color tonull. -
clearScatterMarkerShape(
) → PointStyle -
Available on PointStyle, provided by the PointStyleFluent extension
Clears PointStyle.scatterMarkerShape tonull. -
clearScatterMarkerStyle(
) → PointStyle -
Available on PointStyle, provided by the PointStyleFluent extension
Clears PointStyle.scatterMarkerStyle tonull. -
clearSize(
) → PointStyle -
Available on PointStyle, provided by the PointStyleFluent extension
Clears PointStyle.size tonull. -
withColor(
Color value) → PointStyle -
Available on PointStyle, provided by the PointStyleFluent extension
Replaces PointStyle.color withvalue. -
withScatterMarkerShape(
SeriesMarkerShape value) → PointStyle -
Available on PointStyle, provided by the PointStyleFluent extension
Replaces PointStyle.scatterMarkerShape withvalue. -
withScatterMarkerStyle(
ScatterMarkerStyle value) → PointStyle -
Available on PointStyle, provided by the PointStyleFluent extension
Replaces PointStyle.scatterMarkerStyle withvalue. -
withSize(
double value) → PointStyle -
Available on PointStyle, provided by the PointStyleFluent extension
Replaces PointStyle.size withvalue.