RadarSeries |
RadarChart.addSeries(java.lang.String seriesName,
double[] values) |
Add a series for a Radar type chart
|
RadarSeries |
RadarChart.addSeries(java.lang.String seriesName,
double[] values,
java.lang.String[] tooltipOverrides) |
Add a series for a Radar type chart
|
RadarSeries |
RadarSeries.setLineColor(java.awt.Color color) |
Set the line color of the series
|
RadarSeries |
RadarSeries.setLineStyle(java.awt.BasicStroke basicStroke) |
Set the line style of the series
|
RadarSeries |
RadarSeries.setLineWidth(float lineWidth) |
Set the line width of the series
|
RadarSeries |
RadarSeries.setMarker(Marker marker) |
Sets the marker for the series
|
RadarSeries |
RadarSeries.setMarkerColor(java.awt.Color color) |
Sets the marker color for the series
|