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


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 Properties

  Name Description

Dimensions

Implements Series.Dimensions. Returns 2.

Labels

Gets or sets the data labels.

Size

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

SupportedLabels

Implements Series.SupportedLabels. Gets or sets the kind of labels reported as supported by this series.

Title

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

XData

Gets or sets the X coordinates of data items.

YData

Gets or sets the Y coordinates of data items.

 Public Methods

  Name Description

GetLabel

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

GetValue

Implements Series.GetValue. Returns a value for the specified data item in this series.

IsEmphasized

Implements Series.IsEmphasized. Series2D always returns false.

IsSorted

Implements Series.IsSorted. Series2D 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

Series2D Class
MindFusion.Charting Namespace