Back to Devexpress

SeriesPoint(Object, Object[]) Constructor

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

latest2.0 KB
Original Source

SeriesPoint(Object, Object[]) Constructor

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint(
    object argument,
    params object[] values
)
vb
Public Sub New(
    argument As Object,
    ParamArray values As Object()
)

Parameters

NameTypeDescription
argumentObject

A Object value which specifies the argument of the series point. Note that if the argument is null ( Nothing in Visual Basic) or Empty, then a ArgumentException will be thrown.

| | values | Object[] |

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