Skip to main content

SeriesPoint(DateTime, DateTime) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

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

value DateTime

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

See Also