Class States

    • Constructor Detail

      • States

        public States()
    • Method Detail

      • setHover

        public void setHover​(Hover hover)
        The appearance of the other marker or data point when hover.
        See Also:
        #setInactive(Hover)
      • 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:
        setHover(Hover)