Lean  $LEAN_TAG$
QuantConnect.Api.GridChart Class Reference

The chart display properties More...

Properties

string ChartName [get, set]
 The chart name More...
 
int Width [get, set]
 Width of the chart More...
 
int Height [get, set]
 Height of the chart More...
 
int Row [get, set]
 Number of rows of the chart More...
 
int Column [get, set]
 Number of columns of the chart More...
 
int Sort [get, set]
 Sort of the chart More...
 

Detailed Description

The chart display properties

Definition at line 116 of file Project.cs.

Property Documentation

◆ ChartName

string QuantConnect.Api.GridChart.ChartName
getset

The chart name

Definition at line 122 of file Project.cs.

◆ Width

int QuantConnect.Api.GridChart.Width
getset

Width of the chart

Definition at line 128 of file Project.cs.

◆ Height

int QuantConnect.Api.GridChart.Height
getset

Height of the chart

Definition at line 134 of file Project.cs.

◆ Row

int QuantConnect.Api.GridChart.Row
getset

Number of rows of the chart

Definition at line 140 of file Project.cs.

◆ Column

int QuantConnect.Api.GridChart.Column
getset

Number of columns of the chart

Definition at line 146 of file Project.cs.

◆ Sort

int QuantConnect.Api.GridChart.Sort
getset

Sort of the chart

Definition at line 152 of file Project.cs.


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