Skip to main content

SeriesPointAnchorPoint.SeriesID Property

Specifies the series ID, which is intended for internal use only.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
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