public class LinesDataSet extends Object
| Constructor and Description |
|---|
LinesDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String domainAxisLabel,
Map<String,Integer> dataSetValues)
Adds data points for a new domainAxisLabel.
|
void |
add(String domainAxisLabel,
Map<String,Integer> dataSetValues,
int buildNumber)
Adds data points for a new domainAxisLabel.
|
List<Integer> |
getBuildNumbers() |
Set<String> |
getDataSetIds() |
List<String> |
getDomainAxisLabels() |
int |
getDomainAxisSize() |
List<Integer> |
getSeries(String dataSetId)
Returns the data series of the specified dataSetId.
|
public int getDomainAxisSize()
public List<Integer> getSeries(String dataSetId)
dataSetId - the ID of the seriespublic void add(String domainAxisLabel, Map<String,Integer> dataSetValues)
domainAxisLabel - the label of the X-axisdataSetValues - the values for each of the series at the given X-axis tickpublic void add(String domainAxisLabel, Map<String,Integer> dataSetValues, int buildNumber)
domainAxisLabel - the label of the X-axisdataSetValues - the values for each of the series at the given X-axis tickbuildNumber - the number of the associated buildCopyright © 2016–2019. All rights reserved.