SeriesPoint(DateTime) Constructor
Initializes a new instance of the SeriesPoint class with the specified date-time argument.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
argument | Date |
A Date |
#Remarks
Note that this constructor creates an empty point (which is also known as a missing point) with the empty SeriesPoint.Values collection. This point will either be skipped or generate a break when painting its owner series, depending upon the current series view.