Package com.anylogic.engine.analysis
- java.lang.Object
-
- com.anylogic.engine.analysis.ChartItem
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DataItem
,DataSet
,Histogram2DData
,HistogramData
public class ChartItem
extends java.lang.Object
implements java.io.Serializable
An item that holds data and can be displayed by a chart (a unit of what
can be displayed by the chart). Can be a single scalar value or a set of
values. This base class just has an update() method.
- Author:
- AnyLogic North America, LLC https://anylogic.com
- See Also:
- Serialized Form
ChartItem() |
|
Constructor | Description |
---|
long |
getVersion() |
Returns the version of this chart item.
|
void |
update() |
Should be overridden and perform chart-dependent update.
By default does nothing. |
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
How can we improve this article?
-