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


Represents a series containing order or timing data, useful for showing event sequences in tower charts.

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

 Public Constructors

  Name Description

EventSeries

Initializes a new instance of the EventSeries class.

 Public Properties

  Name Description

Dimensions

Implements Series.Dimensions. Returns 3.

Size

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

SupportedLabels

Implements Series.SupportedLabels.

Title

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

Values

Gets or sets the series' points.

 Public Methods

  Name Description

GetLabel

Implements Series.GetLabel.

GetValue

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

IsEmphasized

Implements Series.IsEmphasized. EventSeries always returns false.

IsSorted

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

EventSeries Class
MindFusion.Charting Namespace