Back to Devexpress

SeriesPoint(DateTime) Constructor

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-dot-ctor-x28-system-dot-datetime-x29.md

latest2.0 KB
Original Source

SeriesPoint(DateTime) Constructor

Initializes a new instance of the SeriesPoint class with the specified date-time argument.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint(
    DateTime argument
)
vb
Public Sub New(
    argument As Date
)

Parameters

NameTypeDescription
argumentDateTime

A DateTime value which specifies the date-time argument of the series point. This value is assigned to the SeriesPoint.DateTimeArgument property. Note that if the argument is null ( Nothing in Visual Basic), then a ArgumentException will be thrown.

|

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.

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace