Class ConnectorOptions

    • Constructor Detail

      • ConnectorOptions

        public ConnectorOptions()
    • Method Detail

      • getDashstyle

        public String getDashstyle()
        Returns a name for the dash style to use for the connector.

        Defaults to null

      • setDashstyle

        public void setDashstyle​(String dashstyle)
        Returns a name for the dash style to use for the connector.

        Defaults to null

      • getStroke

        public String getStroke()
        Returns the color of the connector line. By default it's the series' color.

        Defaults to null

      • setStroke

        public void setStroke​(String stroke)
        Returns the color of the connector line. By default it's the series' color.

        Defaults to null

      • getWidth

        public Number getWidth()
        Returns the pixel width of the connector line.

        Defaults to 1.

      • setWidth

        public void setWidth​(Number width)
        Sets the pixel width of the connector line.

        Defaults to 1.

        Parameters:
        width -