Search
DateTimeSeries Members
Constructors Methods
 


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 Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener.

getCustomDateTimeFormat

Gets a custom format string for DateTime labels.

getDates

Gets a list of DateTime values used as X-coordinates of this DataBoundSeries.

getDateTimeFormat

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

getDimensions

Implements Series.getDimensions. Returns 2.

getLabel

Implements Series.getLabel. Returns the DateTime value at the specified index as a label for the X-Axis.

getLabelPrefix

Gets a prefix added in front of formatted DateTime labels.

getLabelSuffix

Gets a suffix appended to formatted DateTime labels.

getMaxDate

Gets the end of the time range.

getMaxValue

Gets the coordinate corresponding to MaxDate.

getMinDate

Gets the start of the time range.

getMinValue

Gets the coordinate corresponding to MinDate.

getSize

Implements Series.getSize. Returns the number of elements in this DateTime list.

getSupportedLabels

Implements Series.getSupportedLabels. DateTimeSeries returns LabelKinds.XAxisLabel.

getTitle

Implements Series.getTitle. Gets the title of this DateTimeSeries.

getValue

Implements Series.getValue. Returns the value for the specified data item in this DateTimeSeries.

isEmphasized

Implements Series.isEmphasized. DateTimeSeries always returns false.

isSorted

Implements Series.isSorted. DateTimeSeries always returns false.

removeDataChangedListener

Removes the specified DataChangedListener.

setCustomDateTimeFormat

Sets a custom format string for DateTime labels.

setDates

Sets a list of DateTime values used as X-coordinates of this DateTimeSeries.

setDateTimeFormat

Sets a value indicating how to format DateTime values as labels.

setLabelPrefix

Sets a prefix added in front of formatted DateTime labels.

setLabelSuffix

Sets a suffix appended to formatted DateTime labels.

setMaxDate

Sets the end of the time range.

setMaxValue

Sets the coordinate corresponding to MaxDate.

setMinDate

Sets the start of the time range.

setMinValue

Sets the coordinate corresponding to MinDate.

setTitle

Sets the title of this DateTimeSeries.

 Protected Methods

  Name Description

fireDataChanged

Raises an event that signalizes that the data has changed.

 See Also