ChartContainers
Summary
Represents the list of all the chart containers.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
1 2 3 4 5 6 7 8 9 | |
See Also
Methods
Get
Summary
Returns a chart container by it is ID.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| id | string | Chart container ID |
Return Value
ChartContainer
Properties
Count
Summary
Returns number of all chart containers.
Signature
1 | |
Return Value
int
MainChartContainer
Summary
Returns main chart container.
Signature
1 | |
Return Value
ChartContainer
Events
ContainersAdded
Summary
Occurs when new containers are added.
Signature
1 | |
ContainersRemoved
Summary
Occurs when containers are removed.
Signature
1 | |