ISeriesColumn

StockSharp.Xaml.Charting.Model.DataSeries

Defines the interface to a generically typed series column in a DataSeries

Implementa: IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection, ISeriesColumn

Métodos

AddRange(IEnumerable<T>)

Adds a range of items to the column

values
The values.
GetMaximum() : T

Gets the maximum value of the ISeriesColumn

GetMinimum() : T

Gets the minimum value of the ISeriesColumn

InsertRange(int, IEnumerable<T>)

Insert a range of items at the specified index

startIndex
The index to insert at.
values
The values.
RemoveRange(int, int)

Remove a range of items starting from the specified index

startIndex
The index to start removing from
count
Numbers of point to remove