Skip to main content

SeriesViewBase.ValuesCount Property

Returns the count of values required to plot this series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public int ValuesCount { get; }

Property Value

Type Description
Int32

A Int32 value.

See Also