AnyLogic
Expand
Font size

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

PackageDescription
com.anylogic.engine.analysis 

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

Modifier and TypeFieldDescription
static final Chart.PointStyleChart.POINT_CIRCLE 
static final Chart.PointStyleChart.POINT_NONE 
static final Chart.PointStyleChart.POINT_SQUARE 
static final Chart.PointStyleChart.POINT_TRIANGLE 
Modifier and TypeMethodDescription
static Chart.PointStyleChart.PointStyle.valueOf(String name)
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 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.