ChartDraggable
Summary
Represents a draggable box that can host a control and shown over a chart.
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 | |
See Also
Properties
Id
Summary
Get unique ID of the Draggable.
Signature
1 | |
Return Value
string
Child
Summary
Get / set the content control inside the draggable.
Signature
1 | |
Return Value
ControlBase
X
Summary
Get / set X coordinate (default: 0).
Signature
1 | |
Return Value
double
Y
Summary
Get / set Y coordinate (default: 0).
Signature
1 | |
Return Value
double
ShowGrip
Summary
Get / set move grip visibility (default: true).
Signature
1 | |
Return Value
bool
IsVisible
Summary
Get / set visibility of draggable.
Signature
1 | |
Return Value
bool
Events
LocationChanged
Summary
Occurs when the draggable's location is changed.
Signature
1 | |