Class WindBarbPlotOptions

    • Constructor Detail

      • WindBarbPlotOptions

        public WindBarbPlotOptions()
    • Method Detail

      • getDataGrouping

        public WindBarbDataGrouping getDataGrouping()
        Returns the data grouping options for the wind barbs, if any. Otherwise, create a new one.
      • setDataGrouping

        public void setDataGrouping​(WindBarbDataGrouping dataGrouping)
        Sets the data grouping options for the wind barbs.
      • getOnSeries

        public String getOnSeries()
        Returns the id of another series in the chart that the wind barbs are projected on. When null, the wind symbols are drawn on the X axis, but offset up or down by the yOffset setting.

        Default: null

      • setOnSeries

        public void setOnSeries​(String onSeries)
        Sets the id of another series in the chart that the wind barbs are projected on. When null, the wind symbols are drawn on the X axis, but offset up or down by the yOffset setting.
      • getVectorLength

        public Number getVectorLength()
        Returns the pixel length of the stems.

        Default: 20

      • setVectorLength

        public void setVectorLength​(Number vectorLength)
        Sets the pixel length of the stems.
      • getXOffset

        public Number getXOffset()
        Returns horizontal offset from the cartesian position, in pixels. When the chart is inverted, this option allows translation like yOffset in non inverted charts.

        Default: 0

      • setXOffset

        public void setXOffset​(Number xOffset)
        Sets horizontal offset from the cartesian position, in pixels. When the chart is inverted, this option allows translation like yOffset in non inverted charts.
      • getYOffset

        public Number getYOffset()
        Returns vertical offset from the cartesian position, in pixels. The default value makes sure the symbols don't overlap the X axis when onSeries is null, and that they don't overlap the linked series when onSeries is given.

        Default: -20

      • setYOffset

        public void setYOffset​(Number yOffset)
        Sets vertical offset from the cartesian position, in pixels. The default value makes sure the symbols don't overlap the X axis when onSeries is null, and that they don't overlap the linked series when onSeries is given.