Class BarChartProperties

All Implemented Interfaces:
HTMLTestable
Direct Known Subclasses:
ClusteredBarChartProperties, StackedBarChartProperties

public class BarChartProperties extends AxisChartTypeProperties
  • Field Details

    • widthPercentage

      private float widthPercentage
    • showOutlines

      private boolean showOutlines
    • barOutlineStroke

      private ChartStroke barOutlineStroke
  • Constructor Details

    • BarChartProperties

      public BarChartProperties()
      Constructor
  • Method Details

    • setShowOutlinesFlag

      public void setShowOutlinesFlag(boolean showOutlines)
    • getShowOutlinesFlag

      public boolean getShowOutlinesFlag()
    • setWidthPercentage

      public void setWidthPercentage(float widthPercentage)
    • getPercentage

      public float getPercentage()
    • getBarOutlineStroke

      public ChartStroke getBarOutlineStroke()
    • setBarOutlineStroke

      public void setBarOutlineStroke(ChartStroke barOutlineStroke)
    • toHTML

      public void toHTML(HTMLGenerator htmlGenerator)
      Enables the testing routines to display the contents of this Object.
      Parameters:
      htmlGenerator -
    • validate

      public void validate(IAxisPlotDataSet iAxisPlotDataSet) throws PropertyException
      Validates the properties.
      Specified by:
      validate in class AxisChartTypeProperties
      Parameters:
      iAxisPlotDataSet -
      Throws:
      PropertyException