Charting for WinForms Programmer's Guide
StockPriceSeries Members
Constructors Properties Methods Events
 


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.

 Public Properties

  Name Description

CustomDateTimeFormat

Gets or sets a custom format string for DateTime labels.

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.

 Protected Methods

  Name Description

OnDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

DataChanged

Implements Series.DataChanged. Raised when the values in this series change.

 See Also

StockPriceSeries Class
MindFusion.Charting Namespace