Represents one-dimensional Series defined by a 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 | |
---|---|---|
Provides a list with the zero-based indices of data items from this SimpleSeries drawn as emphasized. |
||
Specifies a list with strings that represent the labels for data items in this SimpleSeries. |
||
Contains the tooltips of data items. |
Name | Description | |
---|---|---|
Removes the specified DataChangedListener. |
||
Gets the data values contained in this SimpleSeries. |
||
Implements Series.getDimensions. |
||
Implements Series.getLabel. Returns an element of the labels list. |
||
Implements Series.getSize. Returns the number of elements in the Data list. |
||
Implements Series.getSupportedLabels. Returns the kind of labels supported by this SimpleSeries. |
||
Implements Series.getTitle. Gets the title of this SimpleSeries. |
||
Gets the tooltips associated with data items. |
||
Implements Series.getValue. Returns the value for the specified data item in this SimpleSeries. |
||
Implements Series.isEmphasized. Gets a value indicating whether the specified data item should be rendered emphasized by the SeriesRenderer. |
||
Implements Series.isSorted. SimpleSeries always returns false. |
||
Removes the specified DataChangedListener. |
||
Sets the data values contained in this SimpleSeries. |
||
Sets an enum-set specifying which labels from the series should be displayed. |
||
Sets the title of this SimpleSeries. |
||
Sets the tooltips associated with data items. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |