|
Interface Summary |
| Chart |
This interface is implemented by every chart and provides
some basic common functionality. |
| DescriptionModeChart |
This interface is implemented by all charts that
support different modes for descriptions. |
| HierarchyChart |
Provides an interface for the hierarchy chart, providing access to
basic functionality like the setting of values, descriptions, showing level
and layouts. |
| LinearChart |
Provides an interface for the linear chart, providing access to
basic functionality like the setting of values, order, visability and grouping. |
| LineBarChart |
Provides an interface for the line-bar chart, providing access to
basic functionality like the setting of values, order and visability. |
| MultipleSurfaceChart |
The multiple surface chart is similar to the surface chart,
but it additionally allows to display multiple surfaces,
each one with a configurable color. |
| NormalizeableChart |
This interface is implemented by all charts which support the
normalisation of values. |
| OrderedChart |
This is a super-interface for all charts that support
multiple sections that can be arranged in different
orders. |
| PieChart |
Interface for the pie chart, which is a is a
circular chart divided into sections that display
relative magnitudes or percents. |
| RibbonChart |
Interface for the ribbon chart, providing access to
basic functionality like the setting of values, visibility and accumulation. |
| SectionChart |
The super-interface of all charts that support multiple
sections with different colors. |
| SurfaceChart |
The surface chart allows to display data that is distributed
on a grid as a bended surface. |
| SurfacesChart |
This is the common super-interface for charts that support
one or more surfaces consisting of 2 dimensional datapoints. |
| UnalignedChart |
This is the super-interface for all charts that support
lines in x- and z-direction in their coordinate grid. |
| XMLEventChart |
Interface for the xml-event chart, which supports to add events
from multiple sources with a timestamp, to link events and add
additional attributes for descriptions. |
| XYChart |
Interface for the XY chart, which can show nodes with x/y
coordinates from a variable number of datasets. |
| XYXMLChart |
This is the common super-interface of the XY- and
XMLEventChart, providing functionality that is supported
by both charts. |
This package defines the main parts needed to create charts.
To instantiate a chart the following code snippet is already enough.