Package | Description |
---|---|
com.anylogic.engine.analysis |
Modifier and Type | Field | Description |
---|---|---|
static final Chart.PointStyle | Chart.POINT_CIRCLE | |
static final Chart.PointStyle | Chart.POINT_NONE | |
static final Chart.PointStyle | Chart.POINT_SQUARE | |
static final Chart.PointStyle | Chart.POINT_TRIANGLE |
Modifier and Type | Method | Description |
---|---|---|
static Chart.PointStyle | Chart.PointStyle.valueOf |
Returns the enum constant of this class with the specified name.
|
static Chart.PointStyle[] | Chart.PointStyle.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.
|