ChartObject
Summary
Represents the chart object.
Signature
1 | |
Namespace
cAlgo.API
Properties
Name
Summary
Gets the chart object name - the unique identifier for the object in the current chart area.
Signature
1 | |
Return Value
string
Comment
Summary
Gets or sets the comment for the chart object.
Signature
1 | |
Return Value
string
ObjectType
Summary
Gets the chart object type.
Signature
1 | |
Return Value
ChartObjectType
IsInteractive
Summary
Defines whether the instance is interactive. The non-interactive chart objects cannot be selected, have no hover effect and cannot be searched. Available only for the current cBot or Indicator and will be removed when the cBot/Indicator stops.
Signature
1 | |
Return Value
bool
IsLocked
Summary
Gets or sets if the object is locked or not, user can't move locked objects unless unlocked.
Signature
1 | |
Return Value
bool
IsHidden
Summary
Gets or sets if object is hidden and not visible to user or not.
Signature
1 | |
Return Value
bool
ZIndex
Summary
Gets or sets the location of a chart object on the Z-axis in respect to the other chart objects.
Signature
1 | |
Return Value
int
IsAlive
Summary
Defines if the chart object still exists on the chart.
Signature
1 | |
Return Value
bool