ChartDraggables¶
Summary¶
Represents collection of a chart area draggables.
Signature
1 |
|
Namespace¶
cAlgo.API
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