Frame
Summary
Base interface for chart frames.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
Attach (2)
Attach (1 of 2)
Summary
Occurs when frame is attached.
Signature
1 | |
Return Value
bool
Attach (2 of 2)
Summary
Attaches frame to main chart container.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| targetContainer | ChartContainer |
Return Value
bool
Detach
Summary
Occurs when frame is detached.
Signature
1 | |
Return Value
bool
Activate
Summary
Brings the chart frame to the front.
Signature
1 | |
Return Value
void
Properties
Id
Summary
Returns frame Id.
Signature
1 | |
Return Value
string
ChartContainer
Summary
Returns frame container.
Signature
1 | |
Return Value
ChartContainer
Width
Summary
Returns current width of frame.
Signature
1 | |
Return Value
double
Height
Summary
Returns current height of frame.
Signature
1 | |
Return Value
double
IsAttached
Summary
Returns true if frame is attached otherwise false.
Signature
1 | |
Return Value
bool
Index
Summary
Get / set frame index in container.
Signature
1 | |
Return Value
int
Events
SizeChanged
Summary
Occurs when frame size changes.
Signature
1 | |
Attached
Summary
Occurs when frame is attached.
Signature
1 | |
Detached
Summary
Occurs when frame is detached.
Signature
1 | |
ContainerChanged
Summary
Occurs when frame container is changed.
Signature
1 | |