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

      • setFillColor

        public void setFillColor​(Color fillColor)
        The fill color of the point marker. When null, the series' or point's color is used.
      • 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

      • setLineColor

        public void setLineColor​(Color lineColor)
        The color of the point marker's outline. When null, the series' or point's color is used.

        Defaults to: #ffffff

      • setLineWidth

        public void setLineWidth​(Number lineWidth)
        The width of the point marker's outline.

        Defaults to: 0

      • 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

      • setSymbol

        public void setSymbol​(MarkerSymbol symbol)