public abstract class ChartViewBase
extends ViewPart
| Constructor and Description |
|---|
ChartViewBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
refreshChart(double[] values,
java.util.Date[] times)
Refresh the content of the graph by setting the passed series of doubles
|