Skip to content

ChartObject

Summary

Represents the chart object.

Signature

1
public abstract interface ChartObject

Namespace

cAlgo.API

Properties

Name Description
Name { get; } Gets the chart object name - the unique identifier for the object in the current chart area.
Comment { get; set; } Gets or sets the comment for the chart object.
ObjectType { get; } Gets the chart object type.
IsInteractive { get; set; } 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.
IsLocked { get; set; } Gets or sets if the object is loacked or not, user can't move locked objects unless unlocked
IsHidden { get; set; } Gets or sets if object is hidden and not visible to user or not
ZIndex { get; set; } Gets or sets the location of a chart object on the Z-axis in respect to the other chart objects.
IsAlive { get; } Defines if the chart object still exists on the chart.

Last update: March 23, 2023