Search
Series Members
Properties Methods
 


Specifies the interface that data providers should implementing order to feed data to SeriesRenderer classes.

The following tables list the members exposed by the Series type.

 Public Properties

  Name Description

dataChanged

Raised when the values in this series change.

dimensions

Gets the number of values (coordinates) that can be returned by each data item.

size

Gets the number of data items in this series.

supportedLabels

Gets the kind of labels supported by this series.

title

Gets the title of this series.

 Public Methods

  Name Description

getLabel

Returns a label for the specified data item in this series.

getValue

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

isEmphasized

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

isSortedfunction

Gets a value indicating whether the series values increase monotonously in specified dimension.

 See Also