Uses of Class
org.knowm.xchart.RadarSeries
- 
Packages that use RadarSeries Package Description org.knowm.xchart  - 
- 
Uses of RadarSeries in org.knowm.xchart
Methods in org.knowm.xchart that return RadarSeries Modifier and Type Method Description RadarSeriesRadarChart. addSeries(String seriesName, double[] values)Add a series for a Radar type chartRadarSeriesRadarChart. addSeries(String seriesName, double[] values, String[] tooltipOverrides)Add a series for a Radar type chartRadarSeriesRadarSeries. setLineColor(Color color)Set the line color of the seriesRadarSeriesRadarSeries. setLineStyle(BasicStroke basicStroke)Set the line style of the seriesRadarSeriesRadarSeries. setLineWidth(float lineWidth)Set the line width of the seriesRadarSeriesRadarSeries. setMarker(Marker marker)Sets the marker for the seriesRadarSeriesRadarSeries. setMarkerColor(Color color)Sets the marker color for the series 
 -