Search
DataBoundSeries Methods
 


 Public Methods

  Name Description

getLabel

Implements Series.GetLabel. Returns a label for the specified data item in the data source.

getValue

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

isEmphasized

Implements Series.IsEmphasized. DataBoundSeries always returns false.

isSorted

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

onDataChanged

Raises the DataChanged event.

 See Also