ChartContainer¶
Summary¶
Represents a chart frames container.
Signature
1 |
|
Namespace¶
cAlgo.API
Methods¶
Close¶
Summary
Closes current chart container window.
Remarks
You can't close main chart container.
Signature
1 |
|
Return Value
bool
Properties¶
Id¶
Summary
Returns container Id.
Signature
1 |
|
Return Value
string
Item¶
Signature
1 |
|
Return Value
Frame
Count¶
Summary
Returns number of frames existing in chart container.
Signature
1 |
|
Return Value
int
Mode¶
Summary
Get / set chart mode of chart container.
Signature
1 |
|
Return Value
ChartMode
DetachedWindow¶
Summary
Returns detached window properties of chart container.
Signature
1 |
|
Return Value
DetachedWindow