Business Graphics
AnyLogic includes a rich set of business graphics components designed to efficiently present both simulation output data and simulation runtime data. The components can be edited graphically in AnyLogic editor, linked to the data analysis objects (data sets, statistics, histograms, or simply variables), and displayed at runtime as a part of the model UI. All visual properties (colors, scale, grid, legend, etc.) can be configured at design time or changed programmatically. Data items can be dynamically added or removed from the business graphics components. You can copy all or a portion of data from any component to the clipboard in the textual form by using its context menu or API.
|

Bar chart: displays a set of scalar values as aligned bars
|

Pie chart: displays a set of scalar values as fractions of the total
|
|

Stack chart: displays a set of scalar values as fractions of the total, and optionally the size of the total
|

You can click on a chart legend to highlight, manage and export the data
|
|

Plot: displays one or several y = f(x) datasets of arbitrary shapes (possibly containing loops, etc)
|
Time plot: displays one or several y = f(time) datasets (or any datasets where the argument grows monotonously)
|
|

Time stack chart: displays a number of y = f(time) datasets as dynamically changing fractions of the total, and optionally the size of the total
|

Time color chart: displays one or several of y = f(time) datasets as color strips where color depends on the data value
|
|

Histogram: displays one or several histograms showing the PDF, CDF, percentiles and mean value
|

Histogram 2D: displays a number of (stochastic) realizations of a process in time by painting densities or envelopes with different colors
|