Package | Description |
---|---|
com.orchestranetworks.addon.dqid.chart |
Provides classes to define charts and write them to an HTML document.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAxisData<Abscissa,Ordinate>
Represents the data for a line chart, a bar chart or a category bar chart.
|
class |
AxisData<Abscissa,Ordinate>
Represents the data for a line chart or a bar chart.
It contains multiple data points on a single axis. |
class |
CategoryBarChartCollection
A collection consists of multiple category slices.
It is represented on a category bar chart as bars of the same color. |
class |
CategoryBarChartData
The data for category bar charts.
|
class |
CategoryData
Abstract class used as the base for pie chart data as well as category bar chart data.
Represents multiple category slices. |
class |
PieChartData
Represents the data for a pie chart.
|