SeriesPoint(TimeOnly, DateTime[]) Constructor
Initializes a new instance of the SeriesPoint class with the specified TimeOnly argument and DateTime values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| argument | TimeOnly | The series point’s argument. This value is assigned to the SeriesPoint.Argument property. If the argument is |
| values | DateTime[] | An array of DateTime series point values for the specified argument. Use the SeriesPoint.Item property to access an individual value. |
See Also