IAnalyticsPanel
StockSharp.Algo.Analytics
The interface for work with result panel.
Métodos
CreateGrid(string[]) : IAnalyticsGrid
Create table to show analytics result.
- columns
- Columns.
Retorna: 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.