StockSeriesData Constructor (Int32, Int32, Int32, Double, Double, Double, Double, UInt64, Double) |
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(
int dateYear,
int dateMonth,
int dateDay,
double open,
double close,
double high,
double low,
ulong volume,
double transaction
)
Public Sub New (
dateYear As Integer,
dateMonth As Integer,
dateDay As Integer,
open As Double,
close As Double,
high As Double,
low As Double,
volume As ULong,
transaction As Double
)
public:
StockSeriesData(
int dateYear,
int dateMonth,
int dateDay,
double open,
double close,
double high,
double low,
unsigned long long volume,
double transaction
)
Parameters
- dateYear
- Type: SystemInt32
Year. - dateMonth
- Type: SystemInt32
Month. - dateDay
- Type: SystemInt32
Day. - open
- Type: SystemDouble
Open. - close
- Type: SystemDouble
Close. - high
- Type: SystemDouble
High. - low
- Type: SystemDouble
Low. - volume
- Type: SystemUInt64
Volume. - transaction
- Type: SystemDouble
Transaction.
See Also