Search
StockPriceSeries Members
Constructors 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

Initializes a new instance of the StockPriceSeries class with the specified list of StockPrice instances.

 Public Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener.

getCustomDateTimeFormat

Gets a custom format string for DateTime labels.

getDateTimeFormat

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

getDimensions

Implements Series.getDimensions. Returns 5.

getLabel

Implements Series.getLabel. Returns the label from the respective labels list at the specified location.

getLabelPrefix

Gets a prefix added in front of a formatted DateTime label.

getLabelSuffix

Gets a suffix appended to a formatted DateTime label.

getSize

Implements Series.getSize. Returns the number of elements in this StockPriceSeries.

getSupportedLabels

Implements Series.getSupportedLabels. Returns the kind of labels supported by this StockPriceSeries.

getTitle

Implements Series.getTitle. Gets the title of this StockPriceSeries.

getValue

Implements Series.getValue. Returns the value of the specified data item in this StockPriceSeries.

getValues

Gets the StockPrice elements used by this StockPriceSeries.

isEmphasized

Implements Series.isEmphasized. Returns a value that indicates if the specified data item is drawn as emphasized.

isSorted

Implements Series.isSorted.

removeDataChangedListener

Removes the specified DataChangedListener.

setCustomDateTimeFormat

Sets a custom format string used for DateTime labels.

setDateTimeFormat

Sets a value indicating how to format DateTime values as labels.

setLabelPrefix

Sets a prefix added in front of formatted DateTime labels.

setLabelSuffix

Sets a suffix appended to formatted DateTime labels.

setTitle

Sets the title of this StockPriceSeries.

setValues

Sets a list of StockPrice instances that provide data for this StockPriceSeries.

 Protected Methods

  Name Description

fireDataChanged

Raises an event that signalizes that data for this StockPriceSeries has changed.

 See Also