DataPoint(DateTime, DateTime) Constructor
In This Article
Initializes a new instance of the DataPoint class with the specified date-time argument and value.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
argument | Date |
A Date |
value | Date |
A Date |
See Also