Package | Description |
---|---|
com.anylogic.engine.analysis |
Modifier and Type | Field | Description |
---|---|---|
static final Chart.InterpolationType | Chart.INTERPOLATION_LINEAR | |
static final Chart.InterpolationType | Chart.INTERPOLATION_STEP |
Modifier and Type | Method | Description |
---|---|---|
static Chart.InterpolationType | Chart.InterpolationType.valueOf |
Returns the enum constant of this class with the specified name.
|
static Chart.InterpolationType[] | Chart.InterpolationType.values() |
Returns an array containing the constants of this enum class, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void | Chart2DPlot.addDataSet |
Deprecated.
this method will be removed in the next releases.
|
void | Chart2DPlot.addDataSet |
Adds a DataSet to the chart with the specified visual appearance.
|
void | TimePlot.addDataSet |
Adds a DataSet to the chart with the specified visual appearance.
|
Modifier | Constructor | Description |
---|---|---|
| Appearance |
Creates a data set plot appearance for TimePlot.
|
| Appearance |
Creates a data set plot appearance.
|