Search
StockPriceSeries Members
Constructors Properties Methods
 


Represents a data series defined by a list of StockPrice objects.

The following tables list the members exposed by the StockPriceSeries type.

 Public Constructors

  Name Description

StockPriceSeries

Overloaded.  

 Public Properties

  Name Description

customDateTimeFormat

Gets or sets a custom format string for DateTime labels.

dataChanged

Raised when the values in this series change.

dateTimeFormat

Gets or sets a value indicating how to format DateTime values as labels.

dimensions

Implements Series.Dimensions. Returns 5.

labelPrefix

Gets or sets a prefix added in front of formatted DateTime labels.

labelSuffix

Gets or sets a suffix appended to formatted DateTime labels.

size

Implements Series.Size. Returns the number of elements in Values list.

supportedLabels

Implements Series.SupportedLabels. Returns InnerLabel.

title

Implements Series.Title. Gets or sets the title of this series.

values

Gets or sets the series' points.

 Public Methods

  Name Description

getLabel

Implements Series.GetLabel. Returns DateTime value at specified index as an XAxisLabel.

getValue

Implements Series.GetValue. Returns a coordinate of specified point in this series.

isEmphasized

Implements Series.IsEmphasized. StockPriceSeries always returns false.

isSorted

Implements Series.IsSorted. StockPriceSeries always returns false.

onDataChanged

Raises the DataChanged event.

 See Also