Class DataSeriesUpdate
Constants to define the type of update when the IDataSeries has changed
Inherited Members
Namespace:
Assembly: .dll
Syntax
public final class DataSeriesUpdate extends dataSeries.DataSeriesUpdateCore
Constructors
DataSeriesUpdate()
Declaration
public DataSeriesUpdate()
Fields
DATA_SERIES_CLEARED
The Data Series has been cleared
Declaration
public static final int DATA_SERIES_CLEARED
Field Value
| Type | Description |
|---|---|
| int |
DATA_SERIES_UPDATED
The underlying data has changed
Declaration
public static final int DATA_SERIES_UPDATED
Field Value
| Type | Description |
|---|---|
| int |