Class SerialChartDescription

java.lang.Object
io.jmix.reports.entity.charts.AbstractChartDescription
io.jmix.reports.entity.charts.SerialChartDescription

public class SerialChartDescription extends AbstractChartDescription
  • Field Details

    • bandName

      protected String bandName
    • categoryField

      protected String categoryField
    • categoryAxisCaption

      protected String categoryAxisCaption
    • valueAxisCaption

      protected String valueAxisCaption
    • valueAxisUnits

      protected String valueAxisUnits
    • valueStackType

      protected String valueStackType
    • series

      protected List<ChartSeries> series
    • categoryAxisLabelRotation

      protected Integer categoryAxisLabelRotation
  • Constructor Details

    • SerialChartDescription

      public SerialChartDescription()
  • Method Details

    • getCategoryAxisCaption

      public String getCategoryAxisCaption()
    • setCategoryAxisCaption

      public void setCategoryAxisCaption(String categoryAxisCaption)
    • getValueAxisCaption

      public String getValueAxisCaption()
    • setValueAxisCaption

      public void setValueAxisCaption(String valueAxisCaption)
    • getValueAxisUnits

      public String getValueAxisUnits()
    • setValueAxisUnits

      public void setValueAxisUnits(String valueAxisUnits)
    • getValueStackType

      public StackType getValueStackType()
    • setValueStackType

      public void setValueStackType(StackType valueStackType)
    • getSeries

      public List<ChartSeries> getSeries()
    • setSeries

      public void setSeries(List<ChartSeries> series)
    • getCategoryField

      public String getCategoryField()
    • setCategoryField

      public void setCategoryField(String categoryField)
    • getBandName

      public String getBandName()
    • setBandName

      public void setBandName(String bandName)
    • getCategoryAxisLabelRotation

      public Integer getCategoryAxisLabelRotation()
    • setCategoryAxisLabelRotation

      public void setCategoryAxisLabelRotation(Integer categoryAxisLabelRotation)