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
Modifier and TypeFieldDescriptionprotected String
protected String
protected Integer
protected String
protected List<ChartSeries>
protected String
protected String
protected String
Fields inherited from class io.jmix.reports.entity.charts.AbstractChartDescription
customJsonConfig, id, showLegend, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBandName
(String bandName) void
setCategoryAxisCaption
(String categoryAxisCaption) void
setCategoryAxisLabelRotation
(Integer categoryAxisLabelRotation) void
setCategoryField
(String categoryField) void
setSeries
(List<ChartSeries> series) void
setValueAxisCaption
(String valueAxisCaption) void
setValueAxisUnits
(String valueAxisUnits) void
setValueStackType
(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
-