Interface IBar
-
- All Superinterfaces:
IStackableSeries
,IValueSeries
public interface IBar extends IStackableSeries
Represents Bar series of a Chart in the scripting environment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBarType()
Gets the name of RiserTypevoid
setBarType(java.lang.String type)
Sets the RiserType-
Methods 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
-
-