Class SVGChartProgressBar


public class SVGChartProgressBar extends SVGChartValueWithSections
  • Constructor Details

    • SVGChartProgressBar

      public SVGChartProgressBar()
  • Method Details

    • getSectionProgressColors

      public String[] getSectionProgressColors()
    • setSectionProgressColors

      public void setSectionProgressColors(String[] sectionColors)
    • getSectionBackgroundColors

      public String[] getSectionBackgroundColors()
    • setSectionBackgroundColors

      public void setSectionBackgroundColors(String[] sectionBackgroundColors)
    • isWriteSectionTexts

      public boolean isWriteSectionTexts()
    • setWriteSectionTexts

      public void setWriteSectionTexts(boolean writeSectionTexts)
    • getRounding

      public Integer getRounding()
    • setRounding

      public void setRounding(Integer rounding)
    • getLabelFontSize

      public Integer getLabelFontSize()
    • setLabelFontSize

      public void setLabelFontSize(Integer labelFontSize)
    • renderSVG

      public String renderSVG()
      Specified by:
      renderSVG in class SVGChartBase
    • configureChart

      protected void configureChart(SVGProgressBarChart_CL chart)