HighLowSeriesPoint Constructor (Double, Double, Double, Object) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic HighLowSeriesPoint(
double x,
double yHigh,
double yLow,
Object tag
)
Public Sub New (
x As Double,
yHigh As Double,
yLow As Double,
tag As Object
)
public:
HighLowSeriesPoint(
double x,
double yHigh,
double yLow,
Object^ tag
)
Parameters
- x
- Type: SystemDouble
X value. - yHigh
- Type: SystemDouble
Y high value. - yLow
- Type: SystemDouble
Y low value. - tag
- Type: SystemObject
Tag. Freely assignable object.
See Also