public interface ISeriesGrouping
org.eclipse.birt.chart.model.data.SeriesGrouping
Modifier and Type | Method and Description |
---|---|
double |
getGroupInterval()
Gets the interval value between two groups.
|
java.lang.String |
getGroupType()
Gets the type of group.
|
java.lang.String |
getGroupUnit()
Gets the unit of group.
|
boolean |
isEnabled()
Checks if grouping is enabled
|
void |
setEnabled(boolean value)
Sets if grouping is enabled
|
void |
setGroupInterval(double value)
Sets the interval value between two groups.
|
void |
setGroupType(java.lang.String type)
Sets the type of group.
|
void |
setGroupUnit(java.lang.String unit)
Sets the unit of group.
|
boolean isEnabled()
void setEnabled(boolean value)
value
- enable statedouble getGroupInterval()
void setGroupInterval(double value)
value
- group intervaljava.lang.String getGroupType()
org.eclipse.birt.chart.model.attribute.DataType
void setGroupType(java.lang.String type)
type
- group typeorg.eclipse.birt.chart.model.attribute.DataType
java.lang.String getGroupUnit()
org.eclipse.birt.chart.model.attribute.GroupingUnitType
void setGroupUnit(java.lang.String unit)
unit
- group unitorg.eclipse.birt.chart.model.attribute.GroupingUnitType
Copyright © 2005-2008 Actuate Corp. All rights reserved.