Search
DateTimeSeries Properties
 


 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.

 See Also