Package com.axelor.meta.schema.views
Class ChartView.ChartSeries
- java.lang.Object
-
- com.axelor.meta.schema.views.ChartView.ChartSeries
-
-
Constructor Summary
Constructors Constructor Description ChartSeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAggregate()
String
getGroupBy()
String
getKey()
String
getLocalizedTitle()
Integer
getScale()
String
getSide()
String
getTitle()
String
getType()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getGroupBy
public String getGroupBy()
-
getType
public String getType()
-
getSide
public String getSide()
-
getLocalizedTitle
public String getLocalizedTitle()
-
getTitle
public String getTitle()
-
getAggregate
public String getAggregate()
-
getScale
public Integer getScale()
-
-