SeriesPoint(DateTime, Double) Constructor
Initializes a new instance of the SeriesPoint class with the specified date-time argument and numerical value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.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. |
value | Double | A Double value which specifies the numerical value of the series point. This value is assigned to the SeriesPoint.Value property. |
See Also