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

SeriesPoint(DateTime) Constructor

Initializes a new instance of the SeriesPoint class with the specified date-time argument.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public SeriesPoint(
    DateTime argument
)

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

Remarks

Note that this constructor creates an empty point (which is also known as a missing point) with the empty SeriesPoint.Value. This point will either be skipped, or generate a break when painting its owner series, depending upon the current series view.

See Also