Represents a container with a defined region on the chart. More...
Public Member Functions | |
| void | SetRegion (Rectangle region) |
| Sets the region of the container. | |
Properties | |
| Rectangle | Region [get] |
| Gets the region of the container. | |
Properties inherited from ATAS.Indicators.IContainer | |
| Rectangle | Region [get] |
| Gets the rectangular region defined by the container. | |
Represents a container with a defined region on the chart.
| void ATAS.Indicators.Container.SetRegion | ( | Rectangle | region | ) |
Sets the region of the container.
| region | The region to set for the container. |
|
get |
Gets the region of the container.
Implements ATAS.Indicators.IContainer.