Represents one-dimensional series defined by e list of data values and a list of labels.
The following tables list the members exposed by the SimpleSeries type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Gets or sets the data values contained in this series. |
||
Raised when the values in this series change. |
||
Implements Series.Dimensions. Returns 1. |
||
Implements Series.Size. Returns the number of elements in Data list. |
||
Implements Series.SupportedLabels. Returns InnerLabel. |
||
Implements Series.Title. Gets or sets the title of this series. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns an element of the labels list. |
||
Implements Series.GetValue. Returns a value for the specified data item in this series. |
||
Implements Series.IsEmphasized. Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer. |
||
Implements Series.IsSorted. SimpleSeries always returns false. |
||
Raises the DataChanged event. |