Back to Devexpress

SeriesPoint(String, TimeOnly[]) Constructor

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

latest1.9 KB
Original Source

SeriesPoint(String, TimeOnly[]) Constructor

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
argumentString

The series point’s argument. This value is assigned to the SeriesPoint.Argument property. If the argument is null (Nothing in Visual Basic) or Empty, an ArgumentException is thrown.

| | values | TimeOnly[] |

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