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 RadarSeries
RadarChart. addSeries(String seriesName, double[] values)
Add a series for a Radar type chartRadarSeries
RadarChart. addSeries(String seriesName, double[] values, String[] tooltipOverrides)
Add a series for a Radar type chartRadarSeries
RadarSeries. setLineColor(Color color)
Set the line color of the seriesRadarSeries
RadarSeries. setLineStyle(BasicStroke basicStroke)
Set the line style of the seriesRadarSeries
RadarSeries. setLineWidth(float lineWidth)
Set the line width of the seriesRadarSeries
RadarSeries. setMarker(Marker marker)
Sets the marker for the seriesRadarSeries
RadarSeries. setMarkerColor(Color color)
Sets the marker color for the series
-