Class ReportDialChart

    • Field Summary

      • Fields inherited from class org.knowm.xchart.internal.chartpart.Chart

        annotations, axisPair, chartTitle, legend, plot, seriesMap, styler
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportDialChart​(int width, int height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateData​(String name, double value, int display)  
      void updateStyler()  
      • Methods inherited from class org.knowm.xchart.DialChart

        addSeries, addSeries, paint
      • Methods inherited from class org.knowm.xchart.internal.chartpart.Chart

        addAnnotation, getHeight, getSeriesMap, getStyler, getTitle, getWidth, getXAxisTitle, getYAxisGroupTitle, getYAxisLeftWidth, getYAxisTitle, paintBackground, removeSeries, setCustomXAxisTickLabelsFormatter, setCustomYAxisTickLabelsFormatter, setHeight, setTitle, setWidth, setXAxisTitle, setYAxisGroupTitle, setYAxisTitle
    • Constructor Detail

      • ReportDialChart

        public ReportDialChart​(int width,
                               int height)