Search
SimpleSeries Members
Constructors Properties Methods
 


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.

 Public Constructors

  Name Description

SimpleSeries

Overloaded.  

 Public Properties

  Name Description

data

Gets or sets the data values contained in this series.

dataChanged

Raised when the values in this series change.

dimensions

Implements Series.Dimensions. Returns 1.

size

Implements Series.Size. Returns the number of elements in Data list.

supportedLabels

Implements Series.SupportedLabels. Returns InnerLabel.

title

Implements Series.Title. Gets or sets the title of this series.

 Public Methods

  Name Description

getLabel

Implements Series.GetLabel. Returns an element of the labels list.

getValue

Implements Series.GetValue. Returns a value for the specified data item in this series.

isEmphasized

Implements Series.IsEmphasized. Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer.

isSorted

Implements Series.IsSorted. SimpleSeries always returns false.

onDataChanged

Raises the DataChanged event.

 See Also