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