| 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.newLineChart(AxisData<?,?> data,
LineChartOptions options)
Creates a line chart.
|
static Chart |
ChartFactory.newLineChart(AxisData<?,?> data,
LineChartOptions options,
DisplayOptions displayOptions)
Creates a line chart.
|