Class RadarSeries


  • public class RadarSeries
    extends org.knowm.xchart.internal.series.Series
    A Series containing Radar data to be plotted on a Chart
    • Constructor Detail

      • RadarSeries

        public RadarSeries​(String name,
                           double[] values,
                           String[] tooltipOverrides)
        Parameters:
        tooltipOverrides - Adds custom tooltipOverrides for series. If tooltipOverrides is null, they are automatically generated.
    • Method Detail

      • getValues

        public double[] getValues()
      • setValues

        public void setValues​(double[] values)
      • getTooltipOverrides

        public String[] getTooltipOverrides()
      • setLineStyle

        public RadarSeries setLineStyle​(BasicStroke basicStroke)
        Set the line style of the series
        Parameters:
        basicStroke -
      • getLineColor

        public Color getLineColor()
      • setLineColor

        public RadarSeries setLineColor​(Color color)
        Set the line color of the series
        Parameters:
        color -
      • getLineWidth

        public float getLineWidth()
      • setLineWidth

        public RadarSeries setLineWidth​(float lineWidth)
        Set the line width of the series
        Parameters:
        lineWidth -
      • getMarker

        public Marker getMarker()
      • setMarker

        public RadarSeries setMarker​(Marker marker)
        Sets the marker for the series
        Parameters:
        marker -
      • getMarkerColor

        public Color getMarkerColor()
      • setMarkerColor

        public RadarSeries setMarkerColor​(Color color)
        Sets the marker color for the series
        Parameters:
        color -
      • getLegendRenderType

        public org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType getLegendRenderType()
        Specified by:
        getLegendRenderType in class org.knowm.xchart.internal.series.Series
      • setTooltipOverrides

        public void setTooltipOverrides​(String[] tooltipOverrides)