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

DiagramCoordinates.DateTimeArgument Property

Gets the date-time argument of the diagram point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public DateTime DateTimeArgument { get; }

Property Value

Type Description
DateTime

A DateTime value, which is the diagram point’s argument.

Remarks

The DateTimeArgument property returns a date-time argument value, if the DiagramCoordinates.ArgumentScaleType is ScaleType.DateTime. Otherwise, it returns null (Nothing in Visual Basic).

See Also