SeriesPoint.CreateSeriesPointWithId(Object, Int32) Method
For internal use only. Creates a new instance of SeriesPoint with the specified argument and ID.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public static SeriesPoint CreateSeriesPointWithId(
object argument,
int id
)
#Parameters
Name | Type | Description |
---|---|---|
argument | Object | A Object value which specifies the argument of the series point. This value is converted to a String, and then assigned to the Series |
id | Int32 | An integer value which specifies the ID of the point. |
#Returns
Type | Description |
---|---|
Series |
A Series |
#Remarks
The CreateSeriesPointWithId method is for internal use only, to support serialization of a Pie chart’s empty points. So, normally, you don’t need to use it in your code.