AverageTrueRange.PointsCount Property
Gets or sets the number of data points used to calculate the indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public int PointsCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value, specifying the number of points used to calculate one indicator value. |
See Also