Search
DateTimeSeries Properties
 


 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.

 See Also