Back to Devexpress

BollingerBands.PointsCount Property

corelibraries-devexpress-dot-xtracharts-dot-bollingerbands-2e56021f.md

latest1.3 KB
Original Source

BollingerBands.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

BollingerBands Class

BollingerBands Members

DevExpress.XtraCharts Namespace