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

Class Marker

    • Constructor Detail

      • Marker

        public Marker()
      • Marker

        public Marker(Boolean enabled)
    • Method Detail

      • setEnabled

        public void setEnabled(Boolean enabled)

        Enable or disable the point marker. If null, the markers are hidden when the data is dense, and shown for more widespread data points.

        Defaults to: null

      • setHeight

        public void setHeight(Number height)

        Image markers only. Set the image width explicitly. When using this option, a width must also be set.

        Defaults to: null

      • setRadius

        public void setRadius(Number radius)

        The radius of the point marker.

        Defaults to: 4

      • setStates

        public void setStates(States states)
      • setWidth

        public void setWidth(Number width)

        Image markers only. Set the image width explicitly. When using this option, a height must also be set.

        Defaults to: null