Search
DateTimeSeries Members
Constructors Properties Methods
 


Represents a series that contains Date values as X coordinates and number values as Y coordinates.

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

 Public Constructors

  Name Description

DateTimeSeries

Overloaded.  

 Public Properties

  Name Description

customDateTimeFormat

Gets or sets a custom format string for Date labels.

dataChanged

Raised when the values in this series change.

dates

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

dateTimeFormat

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

dimensions

Implements Series.Dimensions. Returns 2.

labelPrefix

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

labelSuffix

Gets or sets a suffix appended to formatted Date 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 Date 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 Date 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.

onDataChanged

Raises the DataChanged event.

 See Also