Package org.knowm.xchart
Class DialSeries
java.lang.Object
org.knowm.xchart.internal.series.Series
org.knowm.xchart.DialSeries
public class DialSeries
extends org.knowm.xchart.internal.series.Series
A Series containing Radar data to be plotted on a Chart
- Author:
- timmolter
-
Nested Class Summary
Nested classes/interfaces inherited from class org.knowm.xchart.internal.series.Series
org.knowm.xchart.internal.series.Series.DataType -
Constructor Summary
Constructors Constructor Description DialSeries(String name, double value, String label) -
Method Summary
Modifier and Type Method Description StringgetLabel()org.knowm.xchart.internal.chartpart.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
-
Constructor Details
-
DialSeries
- Parameters:
label- Adds custom label for series. If label is null, it is automatically calculated.
-
-
Method Details
-
getValue
public double getValue() -
setValue
public void setValue(double value) -
getLabel
- Overrides:
getLabelin classorg.knowm.xchart.internal.series.Series
-
getLegendRenderType
public org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType getLegendRenderType()- Specified by:
getLegendRenderTypein classorg.knowm.xchart.internal.series.Series
-