public class CombinedSeries extends Object
Constructor and Description |
---|
CombinedSeries(Type seriesType,
ChartSeriesCombineMode combineMode,
int combineIndex,
AxisModel stackAxis,
AxisModel stackValueAxis)
Creates a new instance of the
CombinedSeries class. |
Modifier and Type | Method and Description |
---|---|
int |
combineIndex()
Gets the combine index.
|
ChartSeriesCombineMode |
combineMode()
Gets the combine mode.
|
ArrayList<CombineGroup> |
groups()
Gets the combine groups.
|
ArrayList<ChartSeriesModel> |
series()
Gets the combined series.
|
Type |
seriesType()
Gets the series type.
|
AxisModel |
stackAxis()
Gets the stack axis.
|
AxisModel |
stackValueAxis()
Gets the stack value axis.
|
public CombinedSeries(Type seriesType, ChartSeriesCombineMode combineMode, int combineIndex, AxisModel stackAxis, AxisModel stackValueAxis)
CombinedSeries
class.seriesType
- The type of the combined series.combineMode
- The combine mode of the series.combineIndex
- The combine index.stackAxis
- The stack axis.stackValueAxis
- The stack value Axis.public ArrayList<ChartSeriesModel> series()
public ArrayList<CombineGroup> groups()
public int combineIndex()
public ChartSeriesCombineMode combineMode()
public Type seriesType()
public AxisModel stackAxis()
public AxisModel stackValueAxis()