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.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Gets or sets a custom format string for Date labels. |
||
Raised when the values in this series change. |
||
Gets or sets a list of Date values used as X coordinates of this series. |
||
Gets or sets a value indicating how to format Date values as labels. |
||
Implements Series.Dimensions. Returns 2. |
||
Gets or sets a prefix added in front of formatted Date labels. |
||
Gets or sets a suffix appended to formatted Date labels. |
||
Gets or sets the end of the time range. |
||
Gets or sets the coordinate corresponding to MaxDate. |
||
Gets or sets the start of the time range. |
||
Gets or sets the coordinate corresponding to MinDate. |
||
Implements Series.Size. Returns the number of elements provided in Date list. |
||
Implements Series.SupportedLabels. Returns LabelKinds.XAxisLabel. |
||
Implements Series.Title. Gets or sets the title of this series. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns Date value at specified index as an XAxisLabel. |
||
Implements Series.GetValue. Returns a value for the specified data item in this series. |
||
Implements Series.IsEmphasized. DateTimeSeries always returns false. |
||
Implements Series.IsSorted. DateTimeSeries always returns false. |
||
Raises the DataChanged event. |