Click or drag to resize

StockSeriesData Structure

LightningChart .NET Help
Stock series data for one day.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct StockSeriesData

The StockSeriesData type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Check if referenced object is equal to this one.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldClose
Close.
Public fieldDate
X value, date.
Public fieldHigh
High.
Public fieldLow
Low.
Public fieldOpen
Open.
Public fieldTag
Tag. Freely assignable object.
Public fieldTransaction
Transaction, sum of share prices paid.
Public fieldVolume
Volume, count of shares traded.
Top
See Also