Search
EventSeries Members
Constructors Methods Events
 


Represents a series containing order or timing data, useful forshowing event sequences in tower charts.

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

 Public Constructors

  Name Description

EventSeries

Initializes a new instance of the EventSeries class.

 Public Methods

  Name Description

getLabel

Implements Series.GetLabel.

getValue

Implements Series.GetValue. Returns a coordinate of specified point in this series.

isEmphasized

Implements Series.IsEmphasized. EventSeries always returns false.

isSorted

Implements Series.IsSorted.

onDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

dataChanged

Raised when the values in this series change.

 See Also