StockSeriesData Constructor (DateTime, Double, Double, Double, Double, UInt64, Double, Object) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic StockSeriesData(
DateTime date,
double open,
double close,
double high,
double low,
ulong volume,
double transaction,
Object tag
)
Public Sub New (
date As DateTime,
open As Double,
close As Double,
high As Double,
low As Double,
volume As ULong,
transaction As Double,
tag As Object
)
public:
StockSeriesData(
DateTime date,
double open,
double close,
double high,
double low,
unsigned long long volume,
double transaction,
Object^ tag
)
Parameters
- date
- Type: SystemDateTime
X axis value, date. - open
- Type: SystemDouble
Open. - close
- Type: SystemDouble
Close. - high
- Type: SystemDouble
High. - low
- Type: SystemDouble
Low. - volume
- Type: SystemUInt64
Volume. - transaction
- Type: SystemDouble
Transaction. - tag
- Type: SystemObject
Tag. Freely assignable object.
See Also