SeriesPoint(Double, DateOnly) Constructor
Initializes a new instance of the SeriesPoint class with the specified numerical argument and date-only value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| argument | Double | Specifies the point’s argument. The parameter value initializes the SeriesPoint.Argument property. |
| value | DateOnly | Specifies the point’s value. The parameter value initializes the SeriesPoint.Value property. |
See Also