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

SeriesPoint.Length Property

Gets the length of an array which contains the series point’s values.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public int Length { get; }

Property Value

Type Description
Int32

An integer value which specifies the length of the SeriesPoint.Values array.

See Also