Search
EventSeries Members
Constructors Methods
 


Represents a series containing order or timing data, useful for showing 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

addDataChangedListener

Implements Series.addDataChangedListener.

getDimensions

Implements Series.getDimensions. Returns 3.

getLabel

Implements Series.getLabel.

getSize

Implements Series.getSize. Returns the number of elements in Values list.

getSupportedLabels

Implements Series.getSupportedLabels.

getTitle

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

getValue

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

getValues

Gets the series' events.

isEmphasized

Implements Series.isEmphasized. EventSeries always returns false.

isSorted

Implements Series.isSorted.

removeDataChangedListener

Implements Series.removeDataChangedListener.

setSupportedLabels

Sets an enum-set specifying which labels from the series should be displayed.

setTitle

Sets the series' title.

setValues

Sets the series' events.

 Protected Methods

  Name Description

fireDataChanged

 

 See Also