Back to Devexpress

SeriesPoint.SeriesPointID Property

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-8b7e401d.md

latest1.1 KB
Original Source

SeriesPoint.SeriesPointID Property

Gets or sets the ID of a point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public int SeriesPointID { get; set; }
vb
<Browsable(False)>
Public Property SeriesPointID As Integer

Property Value

TypeDescription
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

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace