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

SeriesPoint(TimeSpan, Double) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public SeriesPoint(
    TimeSpan argument,
    double value
)

Parameters

Name Type Description
argument TimeSpan

Specifies the point’s argument. This value is assigned to the SeriesPoint.Argument property.

value Double

Specifies the point’s value. This value is assigned to the SeriesPoint.Value property.

See Also