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
  • 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
     
    org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType
     
    double
     
    void
    setValue(double value)
     

    Methods inherited from class org.knowm.xchart.internal.series.Series

    getFillColor, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DialSeries

      public DialSeries(String name, double value, String label)
      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

      public String getLabel()
      Overrides:
      getLabel in class org.knowm.xchart.internal.series.Series
    • getLegendRenderType

      public org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType getLegendRenderType()
      Specified by:
      getLegendRenderType in class org.knowm.xchart.internal.series.Series