Search
DateTimeSeries Members
Constructors Properties Methods Events
 


Represents a series that contains DateTime values as X coordinates and double values as Y coordinates.

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

 Public Constructors

  Name Description

DateTimeSeries

Initializes a new instance of the DateTimeSeries class.

 Public Properties

  Name Description

CustomDateTimeFormat

Gets or sets a custom format string for DateTime labels.

Dates

Gets or sets a list of DateTime values used as X coordinates of this series.

DateTimeFormat

Gets or sets a value indicating how to format DateTime values as labels.

Dimensions

Implements Series.Dimensions.

LabelPrefix

Gets or sets a prefix added in front of formatted DateTime labels.

LabelSuffix

Gets or sets a suffix appended to formatted DateTime labels.

MaxDate

Gets or sets the end of the time range.

MaxValue

Gets or sets the coordinate corresponding to MaxDate.

MinDate

Gets or sets the start of the time range.

MinValue

Gets or sets the coordinate corresponding to MinDate.

Size

Implements Series.Size. Returns the number of elements provided in DateTime list.

SupportedLabels

Implements Series.SupportedLabels. Returns LabelKinds.XAxisLabel.

Title

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

 Public Methods

  Name Description

GetLabel

Implements Series.GetLabel. Returns DateTime value at specified index as an XAxisLabel.

GetValue

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

IsEmphasized

Implements Series.IsEmphasized. DateTimeSeries always returns false.

IsSorted

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