Package io.jmix.reports.entity.charts
Class PieChartDescription
java.lang.Object
io.jmix.reports.entity.charts.AbstractChartDescription
io.jmix.reports.entity.charts.PieChartDescription
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
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 TypeMethodDescriptiongetUnits()
void
setBandName
(String bandName) void
setColorField
(String colorField) void
setTitleField
(String titleField) void
void
setValueField
(String valueField) Methods inherited from class io.jmix.reports.entity.charts.AbstractChartDescription
fromJsonString, getCustomJsonConfig, getGson, getId, getShowLegend, getType, setCustomJsonConfig, setId, setShowLegend, toJsonString
-
Field Details
-
bandName
-
titleField
-
valueField
-
colorField
-
units
-
-
Constructor Details
-
PieChartDescription
public PieChartDescription()
-
-
Method Details
-
getBandName
-
setBandName
-
getTitleField
-
setTitleField
-
getValueField
-
setValueField
-
getColorField
-
setColorField
-
getUnits
-
setUnits
-