Skip to main content

SeriesPoint(Double) Constructor

Initializes a new instance of the SeriesPoint class with the specified numerical argument.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SeriesPoint(
    double argument
)

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.

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