SeriesPoint(Single, Double[]) Constructor
In This Article
Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
argument | Single | A Single value which specifies the numerical argument of the series point. This value is assigned to the Series |
values | Double[] | An array of Double values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the Series |
See Also