Uses of Class
com.orchestranetworks.addon.dqid.chart.Data
Package
Description
Provides classes to define charts and write them to an HTML document.
-
Uses of Data in com.orchestranetworks.addon.dqid.chart
Modifier and TypeClassDescriptionclass
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
A collection consists of multiple category slices.
It is represented on a category bar chart as bars of the same color.class
The data for category bar charts.class
Abstract class used as the base for pie chart data as well as category bar chart data.
Represents multiple category slices.final class
Represents the data for a pie chart.