public static class CombinedXYChart.XYCombinedChartDef extends Object
Constructor and Description |
---|
XYCombinedChartDef(String type,
int... seriesIndex)
Constructs a chart definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsSeries(int seriesIndex) |
int |
getChartSeriesIndex(int seriesIndex) |
int[] |
getSeriesIndex() |
String |
getType() |
public XYCombinedChartDef(String type, int... seriesIndex)
type
- XY chart typeseriesIndex
- corresponding data series indexespublic boolean containsSeries(int seriesIndex)
public int getChartSeriesIndex(int seriesIndex)
public String getType()
public int[] getSeriesIndex()