Lean  $LEAN_TAG$
QuantConnect.Api.Grid Class Reference

The grid arrangement of charts More...

Properties

List< GridChartXs [get, set]
 List of chart in the xs (Extra small) position More...
 
List< GridChartSm [get, set]
 List of chart in the sm (Small) position More...
 
List< GridChartMd [get, set]
 List of chart in the md (Medium) position More...
 
List< GridChartLg [get, set]
 List of chart in the lg (Large) position More...
 
List< GridChartXl [get, set]
 List of chart in the xl (Extra large) position More...
 

Detailed Description

The grid arrangement of charts

Definition at line 158 of file Project.cs.

Property Documentation

◆ Xs

List<GridChart> QuantConnect.Api.Grid.Xs
getset

List of chart in the xs (Extra small) position

Definition at line 164 of file Project.cs.

◆ Sm

List<GridChart> QuantConnect.Api.Grid.Sm
getset

List of chart in the sm (Small) position

Definition at line 170 of file Project.cs.

◆ Md

List<GridChart> QuantConnect.Api.Grid.Md
getset

List of chart in the md (Medium) position

Definition at line 176 of file Project.cs.

◆ Lg

List<GridChart> QuantConnect.Api.Grid.Lg
getset

List of chart in the lg (Large) position

Definition at line 182 of file Project.cs.

◆ Xl

List<GridChart> QuantConnect.Api.Grid.Xl
getset

List of chart in the xl (Extra large) position

Definition at line 188 of file Project.cs.


The documentation for this class was generated from the following file: