Interface IBar
- All Superinterfaces:
IStackableSeries
,IValueSeries
Represents Bar series of a Chart in the scripting environment
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of RiserTypevoid
setBarType
(String type) Sets the RiserTypeMethods inherited from interface org.eclipse.birt.chart.script.api.series.IStackableSeries
isStacked, setStacked
Methods inherited from interface org.eclipse.birt.chart.script.api.component.IValueSeries
getAction, getAggregateExpr, getDataExpr, getTitle, isPercent, isVisible, setAggregateExpr, setPercent, setTitle, setVisible
-
Method Details
-
getBarType
String getBarType()Gets the name of RiserType- Returns:
- name of RiserType
-
setBarType
Sets the RiserType- Parameters:
type
- name of RiserType
-