Back to Devexpress

RateOfChange.PointsCount Property

corelibraries-devexpress-dot-xtracharts-dot-rateofchange-fc6e790a.md

latest1.3 KB
Original Source

RateOfChange.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 that specifies the number of points. The default value is 14.

|

See Also

RateOfChange Class

RateOfChange Members

DevExpress.XtraCharts Namespace