Charting for WinForms Programmer's Guide
PointSeries Members
Constructors Properties Methods Events
 


Represents a data series defined by a list of PointF 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.

 Public Properties

  Name Description

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.

 Protected Methods

  Name Description

OnDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

DataChanged

Implements Series.DataChanged. Raised when the values in this series change.

 See Also

PointSeries Class
MindFusion.Charting Namespace