| PoHighLowClose Constructor (Int32, Single, Single, Single, Single) | 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoHighLowClose(
	int numValues,
	float[] x,
	float[] high,
	float[] low,
	float[] close
)
Public Sub New ( 
	numValues As Integer,
	x As Single(),
	high As Single(),
	low As Single(),
	close As Single()
)
public:
PoHighLowClose(
	int numValues, 
	array<float>^ x, 
	array<float>^ high, 
	array<float>^ low, 
	array<float>^ close
)
new : 
        numValues : int * 
        x : float32[] * 
        high : float32[] * 
        low : float32[] * 
        close : float32[] -> PoHighLowCloseParameters
- numValues
 - Type: SystemInt32
 - x
 - Type: SystemSingle
 - high
 - Type: SystemSingle
 - low
 - Type: SystemSingle
 - close
 - Type: SystemSingle
 
Remarks
See Also