SeriesPoint(TimeSpan) Constructor
Initializes a new instance of the SeriesPoint class with the specified time-span argument.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
argument | TimeSpan | Specifies the point’s argument. This value is assigned to the SeriesPoint.Argument property. |
See Also