Configuration
Input
The double or double[] input value to append with the given number of occurences to the histogram.
A constant or variable of type double or int for a single entry. A one-dimensional array of double for a multiple entry.
Enabled
Whether the histogram actually accepts input values.
A boolean variable or one of the constants true or false.
Occurences
The number of occurences of the input.
A constant or variable of typeint.
Clear at Input
Whether to clear old data whenever new data gets in.
A boolean variable or one of the constants true or false.
Discrete
Whether the bins are discrete or continuous.
A boolean variable or one of the constants true or false.
Normalized
Whether the data is normalized to one.
A boolean variable or one of the constants true or false.
Graphical Aspect
Bin Offset
The offset for the bins.
A constant or variable of type double or int.
Bin Width
The width of the bins.
A constant or variable of type double or int.
Bin Style
The style for the bins.
Either of the predefined Ejs constants: POINT or BIN. Programmatical, an integer with one of the values: org.opensourcephysics.display.Histogram.DRAW_POINT or org.opensourcephysics.display.Histogram.DRAW_BIN.
Bar Offset
The offset for the bar.
A constant or variable of type double or int.
Line Color
The color used for the lines of the element.
Use the editor provided or read about colors.
Fill Color
The color used to fill the element.
Use the editor provided or read about colors. The special value null draws a hollow element.