Package | Description |
---|---|
com.orchestranetworks.addon.dqid.chart |
Provides classes to define charts and write them to an HTML document.
|
Class and Description |
---|
AbstractAxisData
Represents the data for a line chart, a bar chart or a category bar chart.
|
AbstractBarChartOptions
Represents common options for bar charts and category bar charts.
|
AxisData
Represents the data for a line chart or a bar chart.
It contains multiple data points on a single axis. |
BarChartOptions
Provides bar chart options.
|
CategoryBarChartCollection
A collection consists of multiple category slices.
It is represented on a category bar chart as bars of the same color. |
CategoryBarChartData
The data for category bar charts.
|
CategoryBarChartOptions
The options for category bar charts.
|
CategoryData
Abstract class used as the base for pie chart data as well as category bar chart data.
Represents multiple category slices. |
CategorySlice
Represents a label and a numerical value.
It can be used either as a slice inside a pie chart, or as a bar in a category bar chart. |
Chart
Represents a chart.
|
Data
Represents chart data.
|
DisplayOptions
Represents the chart's display options.
|
LegendPosition
Represents the legend's position.
|
Line
Represents a collections of points.
It is used inside an axis, as part of the line chart and bar chart data. |
LineChartOptions
The options for a line chart.
|
Options
Represents a chart's options.
|
PieChartData
Represents the data for a pie chart.
|
PieChartOptions
The class for pie chart options.
|
SimpleAxisChartOptions
Represents the common options for axis charts.
Notably line charts, bar charts and category bar charts. |
Size
Represents the size of a two dimensional rectangle.
|
SparklineChartOptions
The options for a line chart.
|
Template
Represents a template.
|