Back to Devexpress

SeriesPoint(Int16, DateTime[]) Constructor

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

latest2.0 KB
Original Source

SeriesPoint(Int16, DateTime[]) Constructor

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint(
    short argument,
    params DateTime[] values
)
vb
Public Sub New(
    argument As Short,
    ParamArray values As Date()
)

Parameters

NameTypeDescription
argumentInt16

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

| | values | DateTime[] |

An array of DateTime values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the SeriesPoint.Item property.

|

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace