SeriesPoint(DateTime, Double[]) Constructor
Initializes a new instance of the SeriesPoint class with the specified date-time argument and values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
argument | DateTime | A DateTime value which specifies the date-time argument of the series point. This value is assigned to the SeriesPoint.DateTimeArgument 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