ChartObjects

ChartObjects is a collection of all objects drawn on chart.

 public ObjectsCollection ChartObjects

Type

ObjectsCollection

ObjectsCollection is type of collection which holds all objects drawn on chart.

Remarks

IndicatorBuffer is a class definition for indicator buffer. Create an intance of IndicatorBuffer using above constructor and add it to Buffers collection.

Example

 ChartObjects.AddObject("NameObject", "Description", 50, 60, 70, 80);

Methods

Properties

Count Buffer values count.