Search
PointSeries Members
Constructors Methods
 


Represents a data Series defined by a list of Point2D objects.

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

 Public Constructors

  Name Description

PointSeries

Initializes a new instance of the PointSeries class with the specified list of points and labels.

 Public Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener method.

getDimensions

Implements Series.getDimensions. Returns 2.

getLabel

Implements Series.getLabel. Returns the element of the Labels list that has the specified index.

getLabels

Gets the data labels.

getPoints

Gets the points for this PointSeries.

getSize

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

getSupportedLabels

Implements Series.getSupportedLabels.

getTitle

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

getValue

Implements Series.getValue. Returns the data item at the specified location in the PointSeries.

isEmphasized

Implements Series.isEmphasized. PointSeries always returns false.

isSorted

Implements Series.isSorted.

removeDataChangedListener

Removes the specified DataChangedListener.

setLabels

Sets the data labels.

setPoints

Sets the points for this PointSeries.

setTitle

Sets the title of this PointSeries.

 Protected Methods

  Name Description

fireDataChanged

Raises an event to signalize that the data for this PointSeries has changed.

 See Also