|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for all classes which group series. Series are always grouped, with the group defining the way the different series are combined. By nesting series groups with other series groups, it is possible to create subgroups of series.
The chart component is a series group, so simple charts without complicated grouping effects will usually not require a seriesgroup object.
Possible ways to group series (defined by the SeriesGroupType enumeration, and specified as strings in the JSP file) are
| Method Summary | |
java.lang.String |
getGroupType()
Returns the grouping type applied to nested series. |
java.util.List |
getSeries()
Returns the collection of nested series and series groups. |
void |
setGroupType(java.lang.String groupType)
Sets the grouping type applied to nested series. |
void |
setSeries(java.util.List series)
Sets the collection of nested series and series groups. |
| Methods inherited from interface com.infragistics.faces.chart.component.ISeriesBase |
getAxes, getChartType, getDataMapping, getDataSource, setAxes, setChartType, setDataMapping, setDataSource |
| Method Detail |
public java.lang.String getGroupType()
public void setGroupType(java.lang.String groupType)
groupType - public java.util.List getSeries()
public void setSeries(java.util.List series)
series -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||