Skip to main content
A newer version of this page is available. .

PointDataBase.DateTimeArgument Property

Returns the point’s argument as a DateTime object.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public DateTime DateTimeArgument { get; }

Property Value

Type Description
DateTime

The point’s DateTime argument.

Remarks

The DateTimeArgument property returns an object stored in the PointDataBase.Argument property and converts it to the DateTime type. The DateTimeArgument property is in effect only when the PointDataBase.ArgumentScaleType property value is ScaleType.DateTime. For more information about scale types, refer to the following section: Load Chart Data - Available Data Types.

See Also