Table of Contents

Interface IAnalyticsGrid

Namespace
StockSharp.Algo.Analytics
Assembly
StockSharp.Algo.Analytics.dll

The interface for work with the grid.

public interface IAnalyticsGrid
Extension Methods

Methods

SetRow(params object[])

Set row.

void SetRow(params object[] row)

Parameters

row object[]

Row.

SetSort(string, bool)

Set sorting mode.

void SetSort(string column, bool asc)

Parameters

column string

The column.

asc bool

The direction.