ChartDraggables
Summary
Represents collection of a chart area draggables.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | |
Methods
Add
Summary
Adds a draggable to chart area.
Signature
1 | |
Return Value
ChartDraggable
Remove
Summary
Removes a draggable from chart area.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| draggable | ChartDraggable | Draggable |
Return Value
void
Properties
Count
Summary
Gets count of draggables.
Signature
1 | |
Return Value
int