ListUInt16DataDistributionCalculator
StockSharp.Xaml.Charting.Model.DataSeries
A specialised type of DataDistributionCalculator which can only be used on List{T} (never FIFO buffers)
Inherits: BaseDataDistributionCalculator<ushort>
Properties
IsEvenlySpaced
public bool IsEvenlySpaced { get; set; }
value = listUInt16DataDistributionCalculator.IsEvenlySpaced
listUInt16DataDistributionCalculator.IsEvenlySpaced = value
Gets or sets if the data is evenly spaced, within a visual epsilon (typically 1.0/8000.0 of the default spacing)
IsSortedAscending
public bool IsSortedAscending { get; set; }
value = listUInt16DataDistributionCalculator.IsSortedAscending
listUInt16DataDistributionCalculator.IsSortedAscending = value
Gets or sets if the data is sorted