Uses of Class
com.orchestranetworks.addon.dqid.chart.Data
Packages that use Data
Package
Description
Provides classes to define charts and write them to an HTML document.
- 
Uses of Data in com.orchestranetworks.addon.dqid.chart
Subclasses of Data in com.orchestranetworks.addon.dqid.chartModifier and TypeClassDescriptionclassAbstractAxisData<Abscissa,Ordinate> Represents the data for a line chart, a bar chart or a category bar chart.classAxisData<Abscissa,Ordinate> Represents the data for a line chart or a bar chart.
It contains multiple data points on a single axis.classA collection consists of multiple category slices.
It is represented on a category bar chart as bars of the same color.classThe data for category bar charts.classAbstract class used as the base for pie chart data as well as category bar chart data.
Represents multiple category slices.final classRepresents the data for a pie chart.