Interface IStiClusteredColumnSeries

All Superinterfaces:
Cloneable, IStiJsonReportObject, IStiSeries
All Known Subinterfaces:
IStiClusteredBarSeries, IStiGanttSeries, IStiRangeBarSeries
All Known Implementing Classes:
StiClusteredBarSeries, StiClusteredColumnSeries, StiGanttSeries, StiRangeBarSeries

public interface IStiClusteredColumnSeries extends IStiSeries
  • Method Details

    • getWidth

      float getWidth()
    • setWidth

      void setWidth(float value)
    • getBorderColor

      StiColor getBorderColor()
    • setBorderColor

      void setBorderColor(StiColor value)
    • getBrush

      StiBrush getBrush()
    • setBrush

      void setBrush(StiBrush value)
    • getBrushNegative

      StiBrush getBrushNegative()
    • setBrushNegative

      void setBrushNegative(StiBrush value)
    • getShowZeros

      boolean getShowZeros()
    • setShowZeros

      void setShowZeros(boolean value)
    • getAllowApplyBrushNegative

      boolean getAllowApplyBrushNegative()
    • setAllowApplyBrushNegative

      void setAllowApplyBrushNegative(boolean value)