TSLab API Docs
1
|
Properties | |
CandleFillStyle | CandleFillStyle [get, set] |
Properties inherited from TSLab.Script.IBarsGraphList | |
IReadOnlyList< IDataBar > | Bars [get] |
ISecurity | AttachedSecurity [get, set] |
Properties inherited from TSLab.Script.IGraphList | |
int | AlternativeThickness [get, set] |
bool | Autoscaling [get, set] |
string | PaneName [get] |
int | BarsCount [get] |
Properties inherited from TSLab.Script.IGraphListBase | |
string | Id [get] |
string | Caption [get] |
PaneSides | PaneSide [get] |
The pane side | |
Color | Color [get] |
LineStyles | LineStyle [get] |
Color | AlternativeColor [get, set] |
Set the alternative color for charts for doubles it's for negative values for candles it's for fall candles | |
int | Thickness [get, set] |
Get/set the chart thickness | |
int | Opacity [get, set] |
Get/set (0 - solid, 255 - fully transparent) the chart opacity | |
bool | HideLastValue [get, set] |
Hide the last chart value or not | |
Additional Inherited Members | |
Public Member Functions inherited from TSLab.Script.IGraphList | |
Color | GetColor (int barNum) |
Get script color for list value by its number bar number script color value | |
void | SetColor (int barNum, Color color) |
Set script color for list value by its number bar number script color value | |
void | UpdateHighLow () |
void | UpdateLast (IDataBar bar, IEnumerable< ITrade > barTrades, ref bool hasNewBar, ref bool hasUpdate) |
bool | SetBidAsk (double bid, double ask) |