A newer version of this page is available.
Switch to the current version.
SeriesPoint.SeriesPointID Property
Gets or sets the ID of a point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty]
public int SeriesPointID { get; set; }
<Browsable(False)>
<XtraSerializableProperty>
Public Property SeriesPointID As Integer
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
Feedback