DataPoint(String, DateTime) Constructor
In This Article
Initializes a new instance of the DataPoint class with the specified qualitative argument and date-time 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 | String | A String value which specifies the qualitative argument of the series point. This value is assigned to the Data |
value | Date |
A Date |
See Also