Represents a data series defined by a list of StockPrice objects.
The following tables list the members exposed by the StockPriceSeries type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Gets or sets a custom format string for DateTime labels. |
||
Raised when the values in this series change. |
||
Gets or sets a value indicating how to format DateTime values as labels. |
||
Implements Series.Dimensions. Returns 5. |
||
Gets or sets a prefix added in front of formatted DateTime labels. |
||
Gets or sets a suffix appended to formatted DateTime labels. |
||
Implements Series.Size. Returns the number of elements in Values list. |
||
Implements Series.SupportedLabels. Returns InnerLabel. |
||
Implements Series.Title. Gets or sets the title of this series. |
||
Gets or sets the series' points. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns DateTime value at specified index as an XAxisLabel. |
||
Implements Series.GetValue. Returns a coordinate of specified point in this series. |
||
Implements Series.IsEmphasized. StockPriceSeries always returns false. |
||
Implements Series.IsSorted. StockPriceSeries always returns false. |
||
Raises the DataChanged event. |