public interface ISeriesGrouping
org.eclipse.birt.chart.model.data.SeriesGrouping| 限定符和类型 | 方法和说明 |
|---|---|
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.DataTypevoid setGroupType(java.lang.String type)
type - group typeorg.eclipse.birt.chart.model.attribute.DataTypejava.lang.String getGroupUnit()
org.eclipse.birt.chart.model.attribute.GroupingUnitTypevoid setGroupUnit(java.lang.String unit)
unit - group unitorg.eclipse.birt.chart.model.attribute.GroupingUnitTypeCopyright © 2005-2008 Actuate Corp. All rights reserved.