Class BarChartExpression

  • All Implemented Interfaces:
    Serializable, Cloneable, ChartExpression, org.pentaho.reporting.engine.classic.core.DynamicExpression, org.pentaho.reporting.engine.classic.core.function.Expression, org.pentaho.reporting.engine.classic.core.LegacyUpdateHandler
    Direct Known Subclasses:
    BarLineChartExpression

    public class BarChartExpression
    extends StackedCategoricalChartExpression
    This class is for backward compatibility with previous build of the expression. Instead of using this class, use CategoricalChartExpression.
    Author:
    mbatchel
    See Also:
    Serialized Form
    • Constructor Detail

      • BarChartExpression

        public BarChartExpression()
    • Method Detail

      • getItemMargin

        public Double getItemMargin()
      • setItemMargin

        public void setItemMargin​(Double itemMargin)
      • getMaxBarWidth

        public Double getMaxBarWidth()
      • setMaxBarWidth

        public void setMaxBarWidth​(Double value)
      • isStackedBarRenderPercentages

        public boolean isStackedBarRenderPercentages()
      • setStackedBarRenderPercentages

        public void setStackedBarRenderPercentages​(boolean value)
      • isShadowVisible

        public boolean isShadowVisible()
      • setShadowVisible

        public void setShadowVisible​(boolean shadowVisible)
      • getShadowColor

        public Color getShadowColor()
      • setShadowColor

        public void setShadowColor​(Color shadowColor)
      • getShadowXOffset

        public int getShadowXOffset()
      • setShadowXOffset

        public void setShadowXOffset​(int shadowXOffset)
      • getShadowYOffset

        public int getShadowYOffset()
      • setShadowYOffset

        public void setShadowYOffset​(int shadowYOffset)
      • isDrawBarOutline

        public boolean isDrawBarOutline()
        Deprecated.
        Use the property chartSectionOutline instead.
        Returns:
      • setDrawBarOutline

        public void setDrawBarOutline​(boolean value)
        Deprecated.
        Use the property chartSectionOutline instead.
        Parameters:
        value -