SeriesPoint(String, DateTime) Constructor
Initializes a new instance of the SeriesPoint class with the specified qualitative argument and date-time value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
argument | String | A String value which specifies the qualitative argument of the series point. This value is assigned to the SeriesPoint.Argument property. |
value | DateTime | A DateTime value which specifies the date-time value of the series point. This value is assigned to the SeriesPoint.DateTimeValue property. |
See Also