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.
|
ChartOverlay |
|
ChartPlugin |
Represents an add-on to a Chart that can either annotate/decorate the chart or perform some interactions with it.
|
CrosshairIndicator |
Horizontal and vertical Line drawn on the plot area, crossing at the mouse cursor location, together with a
Label 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.)
|
EditDataSet |
|
MouseEventsHelper |
Utility methods for operating on MouseEvent s.
|
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
|
TableViewer |
Displays the all visible data sets inside a table on demand.
|
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.
|