Back to Devexpress

RateOfChange.PointsCount Property

wpf-devexpress-dot-xpf-dot-charts-dot-rateofchange-0560de7e.md

latest1.1 KB
Original Source

RateOfChange.PointsCount Property

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public int PointsCount { get; set; }
vb
Public Property PointsCount As Integer

Property Value

TypeDescription
Int32

An integer value, specifying the number of points.

|

See Also

RateOfChange Class

RateOfChange Members

DevExpress.Xpf.Charts Namespace