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


Represents one-dimensional series defined by e list of data values and a list of labels.

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

 Public Constructors

  Name Description

SimpleSeries

Overloaded.  

 Protected Fields

  Name Description

emphasizedIndices

Contains the indices of emphasized data items.

labels

Contains the labels of data items.

tooltips

Contains the tooltips of data items.

 Public Properties

  Name Description

Data

Gets or sets the data values contained in this series.

Dimensions

Implements Series.Dimensions. Returns 1.

Labels

Gets or sets the data labels.

Size

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

SupportedLabels

Implements Series.SupportedLabels. Returns LabelKinds.InnerLabel.

Title

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

ToolTips

Gets or sets the tooltips corresponding to data values.

 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. Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer.

IsSorted

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

SimpleSeries Class
MindFusion.Charting Namespace