Back to Devexpress

StandardDeviation.PointsCount Property

corelibraries-devexpress-dot-xtracharts-dot-standarddeviation-e37b0449.md

latest1.3 KB
Original Source

StandardDeviation.PointsCount Property

Gets or sets the number of data points used to calculate the indicator.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int PointsCount { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property PointsCount As Integer

Property Value

TypeDescription
Int32

An integer value, specifying the number of points.

|

See Also

StandardDeviation Class

StandardDeviation Members

DevExpress.XtraCharts Namespace