Package | Description |
---|---|
com.orchestranetworks.addon.dqid.chart |
Provides classes to define charts and write them to an HTML document.
|
Modifier and Type | Method and Description |
---|---|
static Chart |
ChartFactory.newBarChart(AxisData<?,?> data,
BarChartOptions options)
Creates a bar chart.
|
static Chart |
ChartFactory.newBarChart(AxisData<?,?> data,
BarChartOptions options,
DisplayOptions displayOptions)
Creates a bar chart.
|