DrawObjects Class

The DrawObjects class is used to add or delete a DrawingObject from a chart and allows you to request a filtered collection of drawing objects by type. Used by the DrawingObjects property of the AnalysisTechnique class.

Namespace: elsystem.drawingobjects

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Items[enum] vector Gets a collection of drawing objects of the type specified by the enum filter. See ObjectCategory for a list of possible enum filter values. Refer to Vector for information about accessing items from a vector collection.
Methods
  Name Description
Public property Add(value) Adds a DrawingObject to the chart drawing collection.
Public property Delete(value) Deletes a DrawingObject from the collection.
Public property GetObjectById(DOFilter,ID) Get a DrawingObject from the collection based on an ObjectCategory value and ID number.
Events
  Name Description
Public event Added Occurs when a DrawingObject is added. See AddEventArgs for the properties returned by the handler's args parameter.
Public event Deleted Occurs when a DrawingObject is deleted. See DeleteEventArgs for the properties returned by the handler's args parameter.
Inheritance Hierarchy

elsystem.Object

elsystem.DrawingObjects.DrawObjects