Skip to main content

SeriesPoint.Length Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public int Length { get; }

#Property Value

Type Description
Int32

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

See Also