Back to Devexpress

SeriesPointAnchorPoint.SeriesPointID Property

corelibraries-devexpress-dot-xtracharts-dot-seriespointanchorpoint-3c82cc5a.md

latest1.3 KB
Original Source

SeriesPointAnchorPoint.SeriesPointID Property

For internal use. Supports serialization of the SeriesPointAnchorPoint.SeriesPoint property.

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.

|

Remarks

You don’t need to use this property in your code. It is hidden, and is intended for serialization purposes only.

See Also

SeriesPointAnchorPoint Class

SeriesPointAnchorPoint Members

DevExpress.XtraCharts Namespace