IAnalyticsPanel

StockSharp.Algo.Analytics

The interface for work with result panel.

Methoden

CreateChart``2()

Create chart with 2 dimension to show analytics result.

Rückgabe: IAnalyticsChart

CreateChart``3()

Create chart with 3 dimension to show analytics result.

Rückgabe: IAnalyticsChart

CreateGrid(string[]) : IAnalyticsGrid

Create table to show analytics result.

columns
Columns.

Rückgabe: Table.

Draw3D(IEnumerable<string>, IEnumerable<string>, Double[0:,0:], string, string, string)

Draw 3D to show analytics result.

xTitles
X titles.
yTitles
Y titles.
data
Data.
xTitle
Title for X axis.
yTitle
Title for Y axis.
zTitle
Title for Z axis.
DrawHeatmap(IEnumerable<string>, IEnumerable<string>, Double[0:,0:])

Draw heatmap to show analytics result.

xTitles
X titles.
yTitles
Y titles.
data
Data.