ChartDrawings
class
Defines an object used to manage drawing elements
Methods
Add (Drawing drawing) Return: void | Adds an drawing object to the Chart. |
FindById (string drawingId) Return: Drawing | Searches for a drawing element by id |
GetAll ()
Return: List |
Returns the items as a single list of Drawings objects |
Remove (string drawingId) Return: void | Removes an drawing object from the Chart by id. |
Remove (Drawing drawing) Return: void | Removes the specified drawing element from the Chart |
RemoveAll (DrawingRemoveContext context) Return: void | Removes all the drawing elements from the Chart by the specified context |
Events
Added | Occurs when a new drawing object is added to the Chart. |
Moved | Occurs when the drawing object's location is changed. |
Removed | Occurs when a drawing object is removed from the Chart. |
SelectionChanged | Occurs when the selection of drawing object changes. |