Back to Devexpress

SeriesPoint(DateOnly) Constructor

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

latest1.4 KB
Original Source

SeriesPoint(DateOnly) Constructor

Initializes a new instance of the SeriesPoint class with the specified DateOnly argument.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint(
    DateOnly argument
)
vb
Public Sub New(
    argument As DateOnly
)

Parameters

NameTypeDescription
argumentDateOnly

The series point’s argument. This value is assigned to the SeriesPoint.Argument property. If the argument is null (Nothing in Visual Basic), an ArgumentException is thrown.

|

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace