Click or drag to resize
PoMultipleHistogram Constructor (SbVec2f, Single, PoHistogramTypes, Int32, Int32, Single, String, String)

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoMultipleHistogram(
	SbVec2f _start,
	float _end,
	PoHistogramTypes _type,
	int _numRows,
	int _numColumns,
	float[] _value,
	string[] _rowName,
	string[] _columnName
)

Parameters

_start
Type: OIV.InventorSbVec2f
_end
Type: SystemSingle
_type
Type: OIV.MeshViz.GraphPoHistogramTypes
_numRows
Type: SystemInt32
_numColumns
Type: SystemInt32
_value
Type: SystemSingle
_rowName
Type: SystemString
_columnName
Type: SystemString
Remarks

See Also