Package org.knowm.xchart
Class DialSeries
- java.lang.Object
-
- org.knowm.xchart.internal.series.Series
-
- org.knowm.xchart.DialSeries
-
public class DialSeries extends Series
A Series containing Radar data to be plotted on a Chart
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.knowm.xchart.internal.series.Series
Series.DataType
-
-
Constructor Summary
Constructors Constructor Description DialSeries(java.lang.String name, double value, java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()RenderableSeries.LegendRenderTypegetLegendRenderType()doublegetValue()voidsetValue(double value)-
Methods inherited from class org.knowm.xchart.internal.series.Series
getFillColor, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup
-
-
-
-
Method Detail
-
getValue
public double getValue()
-
setValue
public void setValue(double value)
-
getLegendRenderType
public RenderableSeries.LegendRenderType getLegendRenderType()
- Specified by:
getLegendRenderTypein classSeries
-
-