Skip to main content

DataPoint(DateTime, DateTime) Constructor

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

public DataPoint(
    DateTime argument,
    DateTime value
)

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 DataPoint.DateTimeArgument property.

value DateTime

A DateTime value which specifies the date-time value of the series point. This value is assigned to the DataPoint.DateTimeValue property.

See Also