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

TripleExponentialMovingAverageTrix.PointsCount Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

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

Declaration

public int PointsCount { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the number of points.

See Also