Class LineData<TKey>
- Namespace
- StockSharp.Xaml.Charting
- Assembly
- StockSharp.Xaml.Charting.dll
Line data.
[DataContract]
public class LineData<TKey>
Type Parameters
TKey
Key type.
- Inheritance
-
LineData<TKey>
- Inherited Members
- Extension Methods
Constructors
LineData()
public LineData()
Properties
X
The X value.
[DataMember]
public TKey X { get; set; }
Property Value
- TKey
Y
The Y value.
[DataMember]
public decimal Y { get; set; }