Skip to main content
A newer version of this page is available. .

RateOfChange.PointsCount Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int PointsCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of points. The default value is 14.

See Also