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

SeriesPoint(Double, DateTime) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public SeriesPoint(
    double argument,
    DateTime value
)

Parameters

Name Type Description
argument Double

A Double value which specifies the numerical argument of the series point. This value is assigned to the SeriesPoint.NumericalArgument 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