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(java.lang.String title,
java.util.List<java.lang.String> subTitle,
java.lang.String xTitle)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDataSeries(java.lang.String series,
BarGraph.Data data) |
public BarGraph(java.lang.String title,
java.util.List<java.lang.String> subTitle,
java.lang.String xTitle)
title - the titlesubTitle - the lines in the sub titlexTitle - the title of the x-axispublic void addDataSeries(java.lang.String series,
BarGraph.Data data)
series - the series namedata - the series data to addCopyright © 2023. All Rights Reserved.