Back to Devexpress

SeriesPoint(String, TimeSpan[]) Constructor

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

latest2.0 KB
Original Source

SeriesPoint(String, TimeSpan[]) Constructor

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint(
    string argument,
    params TimeSpan[] values
)
vb
Public Sub New(
    argument As String,
    ParamArray values As TimeSpan()
)

Parameters

NameTypeDescription
argumentString

A string value that specifies the series point’s argument. This value is assigned to the SeriesPoint.Argument property. Note that if the argument is null ( Nothing in Visual Basic) or Empty, then a ArgumentException will be thrown.

| | values | TimeSpan[] |

An array of time-span values that specifies the series points’s values 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