Package io.jmix.reports.entity.charts
Class SerialChartDescription
java.lang.Object
io.jmix.reports.entity.charts.AbstractChartDescription
io.jmix.reports.entity.charts.SerialChartDescription
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Integerprotected Stringprotected List<ChartSeries>protected Stringprotected Stringprotected StringFields inherited from class io.jmix.reports.entity.charts.AbstractChartDescription
customJsonConfig, id, showLegend, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBandName(String bandName) voidsetCategoryAxisCaption(String categoryAxisCaption) voidsetCategoryAxisLabelRotation(Integer categoryAxisLabelRotation) voidsetCategoryField(String categoryField) voidsetSeries(List<ChartSeries> series) voidsetValueAxisCaption(String valueAxisCaption) voidsetValueAxisUnits(String valueAxisUnits) voidsetValueStackType(StackType valueStackType) Methods inherited from class io.jmix.reports.entity.charts.AbstractChartDescription
fromJsonString, getCustomJsonConfig, getGson, getId, getShowLegend, getType, setCustomJsonConfig, setId, setShowLegend, toJsonString
-
Field Details
-
bandName
-
categoryField
-
categoryAxisCaption
-
valueAxisCaption
-
valueAxisUnits
-
valueStackType
-
series
-
categoryAxisLabelRotation
-
-
Constructor Details
-
SerialChartDescription
public SerialChartDescription()
-
-
Method Details
-
getCategoryAxisCaption
-
setCategoryAxisCaption
-
getValueAxisCaption
-
setValueAxisCaption
-
getValueAxisUnits
-
setValueAxisUnits
-
getValueStackType
-
setValueStackType
-
getSeries
-
setSeries
-
getCategoryField
-
setCategoryField
-
getBandName
-
setBandName
-
getCategoryAxisLabelRotation
-
setCategoryAxisLabelRotation
-