Back to Devexpress

SeriesPoint(Int32, DateOnly[]) Constructor

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

latest1.8 KB
Original Source

SeriesPoint(Int32, DateOnly[]) Constructor

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint(
    int argument,
    params DateOnly[] values
)
vb
Public Sub New(
    argument As Integer,
    ParamArray values As DateOnly()
)

Parameters

NameTypeDescription
argumentInt32

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.

| | values | DateOnly[] |

An array of DateOnly series point values for the specified argument. Use the SeriesPoint.Item property to access an individual value.

|

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace