com.vaadin.flow.component.charts.model.style.
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.style.MarkerStyle

All Implemented Interfaces:

Serializable

public class MarkerStyle extends AbstractConfigurationObject

Marker style

See Also:

  • Constructor Details

    • MarkerStyle

      public MarkerStyle()
  • Method Details

    • getLineColor

      public Color getLineColor()

      See Also:

    • setLineColor

      public void setLineColor(Color lineColor)

      Sets the color of the point marker's outline. When null, the series' or point's color is used. Defaults to "#FFFFFF".

      Parameters:

      lineColor -