org.eclipse.birt.chart.script.api.series
Interface IBar
- All Superinterfaces:
- IStackableSeries, IValueSeries
- public interface IBar
- extends IStackableSeries
Represents Bar series of a Chart in the scripting environment
Method Summary |
java.lang.String |
getBarType()
Gets the name of RiserType |
void |
setBarType(java.lang.String type)
Sets the RiserType |
getBarType
public java.lang.String getBarType()
- Gets the name of RiserType
- Returns:
- name of RiserType
setBarType
public void setBarType(java.lang.String type)
- Sets the RiserType
- Parameters:
type
- name of RiserType
Copyright © 2005-2007 Actuate Corp. All rights reserved.