SoDataMeasureAttributeshistogramBinSize Property |
Size of bins for histogram measures.
Namespace: OIV.ImageViz.Nodes.MeasuresAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat histogramBinSize { get; }
Public ReadOnly Property histogramBinSize As SoSFFloat
Get
public:
property SoSFFloat^ histogramBinSize {
SoSFFloat^ get ();
}
member histogramBinSize : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks This value has no effect when histogramAutoAdjust is set to true.
See Also