Search
StockPriceSeries.Values Property
See Also
 






Gets or sets the series' points.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList<StockPrice> Values { get; set; }

Visual Basic  Copy Code

Public Property Values As IList(Of StockPrice)

 Property Value

A list of StockPrice objects.

 See Also