Back to Devexpress

SeriesPoint(Single, Double[]) Constructor

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

latest2.0 KB
Original Source

SeriesPoint(Single, Double[]) Constructor

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint(
    float argument,
    params double[] values
)
vb
Public Sub New(
    argument As Single,
    ParamArray values As Double()
)

Parameters

NameTypeDescription
argumentSingle

A Single 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 | Double[] |

An array of Double 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