Description

Returns the bin intensity values, according to the current Mode.

Property type

A Variant value.  

Syntax

object.BinXValues([Index])

The BinXValues Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McHistogram.
IndexOptional. A Long value.

Optional bin index, -1 means return all bins.

Remarks

The Compute method is called automatically (on the parent IMcImage) whenever it is necessary. In order to compute the Histogram on another image than the parent, one has to call Compute explicitly.

When the intensity calibration is used (mchmApplyIntensityCalibration), the values are scaled and sorted according to the calibration.

When the mchmCenterBinValues Mode is selected, BinXValues are set to the intensity of their center point instead of the left one.

The property is exposed as a 1D array Variant (BinCount) representing all the values if Index=-1, or a single double precision floating point value when Index is positive or null.

Exceptions

The exception mceINVALIDARG (E_INVALIDARG) will be thrown if one of the parameters is invalid.