Search
PointSeries Members
Constructors Properties Methods
 


Represents a data series defined by a list of Point objects.

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

 Public Constructors

  Name Description

PointSeries

Overloaded.  

 Public Properties

  Name Description

dataChanged

Raised when the values in this series change.

dimensions

Implements Series.Dimensions. Returns 2.

labels

Gets or sets the data labels.

points

Gets or sets the series' points.

size

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

supportedLabels

Implements Series.SupportedLabels. Returns InnerLabel.

title

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

 Public Methods

  Name Description

getLabel

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

getValue

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

isEmphasized

Implements Series.IsEmphasized. PointSeries always returns false.

isSorted

Implements Series.IsSorted. PointSeries always returns false.

onDataChanged

Raises the DataChanged event.

 See Also