com.vaadin.flow.component.charts.model.

All Implemented Interfaces:

Serializable

public class States extends AbstractConfigurationObject

See Also:

  • Constructor Details

    • States

      public States()
  • Method Details

    • getHover

      public Hover getHover()

      See Also:

    • setHover

      public void setHover(Hover hover)

      The appearance of the other marker or data point when hover.

      See Also:

      • #setInactive(Hover)

    • getSelect

      public Select getSelect()

      See Also:

    • setSelect

      public void setSelect(Select select)

      The appearance of the point marker when selected. In order to allow a point to be selected, set the series.allowPointSelect option to true.

    • getInactive

      public Inactive getInactive()

      See Also:

      • #setInactive(Hover)

    • setInactive

      public void setInactive(Inactive inactive)

      The appearance of the other data points when one is hovered.

      Note: Inactive style is not applied to Marker.

      See Also: