Skip to main content

SeriesPoint(String, Double) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SeriesPoint(
    string argument,
    double value
)

Parameters

Name Type Description
argument String

A String value which specifies the qualitative argument of the series point. This value is assigned to the SeriesPoint.Argument 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