One example is a trace that accumulates the arithmetic mean of the n last input datapoints into one internal datapoint.
Please note that these traces can be used in two modes:
ITrace2D
implementation to a chart and add
data points to it as normal.
ITrace2D
implementation as a computing trace to
an existing trace via
{@link info.monitorenter.gui.chart.ITrace2D#addComputingTrace(info.monitorenter.gui.chart.ITrace2D)}
and only add data points to the original trace. Add the computing
trace to the same chart and updates of the original trace will
be reflected on the computing trace as well.
@see info.monitorenter.gui.chart.ITrace2D @version $Revision: 1.3 $ @since 2.0.0