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 | |
---|---|---|
Contains the indices of emphasized data items. |
||
Contains the labels of data items. |
||
Contains the tooltips of data items. |
Name | Description | |
---|---|---|
Gets or sets the data values contained in this series. |
||
Implements Series.Dimensions. Returns 1. |
||
Gets or sets the data labels. |
||
Implements Series.Size. Returns the number of elements in Data list. |
||
Implements Series.SupportedLabels. Returns LabelKinds.InnerLabel. |
||
Implements Series.Title. Gets or sets the title of this series. |
||
Gets or sets the tooltips corresponding to data values. |
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. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |