Back to Devexpress

SeriesPoint(Object) Constructor

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-dot-ctor-x28-system-dot-object-x29.md

latest1.9 KB
Original Source

SeriesPoint(Object) Constructor

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint(
    object argument
)
vb
Public Sub New(
    argument As Object
)

Parameters

NameTypeDescription
argumentObject

A Object value which specifies the argument of the series point. Note that if the argument is null ( Nothing in Visual Basic) or Empty, 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 be either skipped or generate a break when painting its owner series, depending upon the current series view.

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace