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

SeriesPoint.SeriesPointID Property

Gets or sets the ID of a point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public int SeriesPointID { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the ID of a point.

Remarks

This property is hidden and intended for internal use only. Normally, you don’t need to use it.

See Also