AnyLogic
Expand
Font size

Uses of Enum Class
com.anylogic.engine.analysis.Chart.InterpolationType

PackageDescription
com.anylogic.engine.analysis 

Uses of Chart.InterpolationType in com.anylogic.engine.analysis

Modifier and TypeFieldDescription
static final Chart.InterpolationTypeChart.INTERPOLATION_LINEAR 
static final Chart.InterpolationTypeChart.INTERPOLATION_STEP 
Modifier and TypeMethodDescription
static Chart.InterpolationTypeChart.InterpolationType.valueOf(String name)
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 TypeMethodDescription
voidChart2DPlot.addDataSet(DataSet ds, String title, Color color, boolean drawLine, boolean fillAreaUnderLine, Chart.InterpolationType interpolationType, double lineWidth, Chart.PointStyle pointStyle)
Deprecated.
this method will be removed in the next releases.
voidChart2DPlot.addDataSet(DataSet ds, String title, Color color, boolean drawLine, Chart.InterpolationType interpolationType, double lineWidth, Chart.PointStyle pointStyle)
Adds a DataSet to the chart with the specified visual appearance.
voidTimePlot.addDataSet(DataSet ds, String title, Color color, boolean drawLine, boolean fillAreaUnderLine, Chart.InterpolationType interpolationType, double lineWidth, Chart.PointStyle pointStyle)
Adds a DataSet to the chart with the specified visual appearance.
ModifierConstructorDescription
 Appearance(Color color, boolean drawLine, boolean fillAreaUnderLine, Chart.InterpolationType interpolationType, double lineWidth, Chart.PointStyle pointStyle)
Creates a data set plot appearance for TimePlot.
 Appearance(Color color, boolean drawLine, Chart.InterpolationType interpolationType, double lineWidth, Chart.PointStyle pointStyle)
Creates a data set plot appearance.