public class LineGraph extends Graph
Modifier and Type | Class and Description |
---|---|
static class |
LineGraph.Data
This represents the data for a line graph.
|
Constructor and Description |
---|
LineGraph(String title,
List<String> subTitle,
String xTitle,
String yTitle)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addDataSeries(String series,
LineGraph.Data data) |
public void addDataSeries(String series, LineGraph.Data data)
series
- the series namedata
- the series data to addCopyright © 2023. All Rights Reserved.