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

SeriesPoint(Decimal) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public SeriesPoint(
    decimal argument
)

Parameters

Name Type Description
argument Decimal

A Decimal value which specifies the numeric argument of the series point. This value is assigned to the SeriesPoint.NumericalArgument property. Note that if the argument is null (Nothing in Visual Basic), then a ArgumentException will be thrown.

Remarks

Note that this constructor creates an empty point (which is also known as a missing point) with the empty SeriesPoint.Values collection. This point will either be skipped or generate a break when painting its owner series, depending upon the current series view.

See Also