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 DialSeriesDialChart. addSeries(String seriesName, double value)Add a series for a Dial type chartDialSeriesDialChart. addSeries(String seriesName, double value, String annotation)Add a series for a Dial type chartDialSeriesDialSeries. setLineColor(Color color)Set the line color of the seriesDialSeriesDialSeries. setLineStyle(BasicStroke basicStroke)Set the line style of the seriesDialSeriesDialSeries. setLineWidth(float lineWidth)Set the line width of the seriesDialSeriesDialSeries. setMarker(Marker marker)Sets the marker for the seriesDialSeriesDialSeries. setMarkerColor(Color color)Sets the marker color for the series 
 -