Skip to main content

SeriesPoint(Double, Double) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public SeriesPoint(
    double argument,
    double 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 Double

A Double value which specifies the numerical value of the series point. This value is assigned to the SeriesPoint.Value property.

See Also