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.
Name | Description | |
---|---|---|
Initializes a new instance of the DateTimeSeries class. |
Name | Description | |
---|---|---|
Gets or sets a custom format string for DateTime labels. |
||
Gets or sets a list of DateTime values used as X coordinates of this series. |
||
Gets or sets a value indicating how to format DateTime values as labels. |
||
Implements Series.Dimensions. |
||
Gets or sets a prefix added in front of formatted DateTime labels. |
||
Gets or sets a suffix appended to formatted DateTime 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 DateTime list. |
||
Implements Series.SupportedLabels. Returns LabelKinds.XAxisLabel. |
||
Implements Series.Title. Gets or sets the title of this series. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns DateTime 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. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |