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.1.dll

NuGet Package: DevExpress.Charts

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