Gets or sets the price values associated with this series.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public IList<StockPrice> Values { get; set; } |
Visual Basic Copy Code |
---|
Public Property Values As IList(Of StockPrice) |
A list of StockPrice values.