Back to Devexpress

SeriesPoint.Length Property

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-4d31de57.md

latest1.1 KB
Original Source

SeriesPoint.Length Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int Length { get; }
vb
Public ReadOnly Property Length As Integer

Property Value

TypeDescription
Int32

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

|

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace