Search
Series2D Members
Constructors Methods
 


Represents a data Series defined by two lists of values containing respectively X and Y coordinates.

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

 Public Constructors

  Name Description

Series2D

Initializes a new instance of the Series2D class.

 Public Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener.

getDimensions

Implements Series.getDimensions. Returns 2.

getLabel

Implements Series.getLabel. Returns an element of the Labels list.

getLabels

Gets the data labels.

getSize

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

getSupportedLabels

Implements Series.getSupportedLabels. Gets the kind of labels reported as supported by this Series2D.

getTitle

Implements Series.getTitle. Gets the title of this Series2D.

getValue

Implements Series.getValue. Returns the value for the specified data item in this Series2D.

getXData

Gets the X coordinates of data items.

getYData

Gets the Y-coordinates of data items.

isEmphasized

Implements Series.isEmphasized. Series2D always returns false.

isSorted

Implements Series.isSorted. Series2D always returns false.

removeDataChangedListener

Removes the specified DataChangedListener listener.

setLabels

Sets the data labels.

setSupportedLabels

Sets the kind of labels reported as supported by this Series2D.

setTitle

Sets the title of this Series2D.

setXData

Sets data used for calculating the X-coordinates of points in this Series2D.

setYData

Sets data used for calculating the Y-coordinates of points in this Series2D.

 Protected Methods

  Name Description

fireDataChanged

Raises an event that signalizes that Series2D data has changed.

 See Also