Uses of Class
org.knowm.xchart.DialSeries
-
Packages that use DialSeries Package Description org.knowm.xchart -
-
Uses of DialSeries in org.knowm.xchart
Methods in org.knowm.xchart that return DialSeries Modifier and Type Method Description DialSeries
DialChart. addSeries(String seriesName, double value)
Add a series for a Dial type chartDialSeries
DialChart. addSeries(String seriesName, double value, String annotation)
Add a series for a Dial type chartDialSeries
DialSeries. setLineColor(Color color)
Set the line color of the seriesDialSeries
DialSeries. setLineStyle(BasicStroke basicStroke)
Set the line style of the seriesDialSeries
DialSeries. setLineWidth(float lineWidth)
Set the line width of the seriesDialSeries
DialSeries. setMarker(Marker marker)
Sets the marker for the seriesDialSeries
DialSeries. setMarkerColor(Color color)
Sets the marker color for the series
-