| AbstractDataFormattingPlugin |
An abstract plugin with associated formatters for X and Y value of the data.
|
| AbstractRangeValueIndicator |
Plugin indicating a value range as a rectangle drawn on the plot area, with an optional text
label describing the range.
|
| AbstractSingleValueIndicator |
Plugin indicating a specific X or Y value as a line drawn on the plot area, with an optional text label describing the value.
|
| AbstractValueIndicator |
Base class for plugins indicating a specific value or range of values on a Chart with an optional
text label description.
|
| AbstractValueIndicator.Delta |
|
| ChartOverlay |
|
| ChartPlugin |
Represents an add-on to a Chart that can either annotate/decorate the chart or perform some interactions with it.
|
| ColormapSelector |
Adds a Dropdown to the toolbar to select different Colormaps.
|
| ColormapSelector.ColormapComboBox |
|
| ColormapSelector.ColormapListCell |
|
| CrosshairIndicator |
Horizontal and vertical Line drawn on the plot area, crossing at the mouse cursor location, together with a
Text displaying the cursor coordinates in data units.
|
| DataPointTooltip |
A tool tip label appearing next to the mouse cursor when placed over a data point's symbol.
|
| EditAxis |
Allows editing of the chart axes (auto range, minimum/maximum range, etc.)
|
| EditAxis.AxisEditor |
|
| EditDataSet |
Simple plugin to interact with DataSets implementing EditableDataSet.
|
| MouseEventsHelper |
Utility methods for operating on MouseEvents.
|
| Panner |
Allows dragging the visible plot area along X and/or Y axis, changing the visible axis range.
|
| ParameterMeasurements |
Plugin to implement simple measurements and valueTextField indicators such as
value at horizontal/vertical marker position with coloured indication if min/max thresholds are exceeded,
min/max/rms/median/...
|
| Screenshot |
Plugin allowing to take a screenshot of the complete chart.
|
| TableViewer |
Displays the all visible data sets inside a table on demand.
|
| UpdateAxisLabels |
This plugin updates the labels (name and unit) of all axes according to DataSet Metadata.
|
| XRangeIndicator |
A rectangle drawn on the plot area, covering specified range of X values, with an optional text label describing the range.
|
| XValueIndicator |
A vertical line drawn on the plot area, indicating specified X value, with an optional text
label describing the value.
|
| YRangeIndicator |
A rectangle drawn on the plot area, covering specified range of Y values, with an optional text label describing the range.
|
| YValueIndicator |
A horizontal line drawn on the plot area, indicating specified Y value, with an optional text
label describing the value.
|
| Zoomer |
Zoom capabilities along X, Y or both axis.
|