A class representing a histogram object in Kst.
Inherits:
DataObject
Constructors:
Histogram ( vector [, xMin [, xMax [, bins]]] )
Methods:
Properties:
Collection class: HistogramCollection
Histogram ( Vector vector [, number xMin [, number xMax [, number bins]]] )
Vector vector -
The input vector for the histogram. May also be
specified by the tagName for an existing vector.
number
xMin -
The minimum X value. Default is -10.
[OPTIONAL]
number
xMax -
The maximum X value. Default is 10.
[OPTIONAL]
number
bins -
The number of bins to use. Default is 60.
[OPTIONAL]
Creates a new histogram with the defined properties.
void setVector ( Vector vector )
Vector vector -
The vector for the histogram to operate on.
Sets the input vector for the histogram.
void setRange ( number from, number to )
number from -
The starting X value.
number to -
The ending X value.
Sets the X range for the histogram.
boolean realTimeAutoBin
If true, the histogram automatically bins in real-time.
number normalization
number bins
number xMin [Read-Only]
number xMax [Read-Only]
Vector xVector [Read-Only]
Vector yVector [Read-Only]
[Index]