Click or drag to resize
PoHighLowClose Constructor (Int32, Single, Single, Single, Single)

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoHighLowClose(
	int numValues,
	float[] x,
	float[] high,
	float[] low,
	float[] close
)

Parameters

numValues
Type: SystemInt32
x
Type: SystemSingle
high
Type: SystemSingle
low
Type: SystemSingle
close
Type: SystemSingle
Remarks