IAnalyticsGrid
StockSharp.Algo.Analytics
The interface for work with the grid.
Methods
SetSort
public void SetSort(string column, bool asc)
iAnalyticsGrid.SetSort(column, asc)
Set sorting mode.
- column
- The column.
- asc
- The direction.