TSLab API Docs  1
TSLab.Script.CanvasPane.InteractiveSeries Class Reference

Public Member Functions

 InteractiveSeries (IList< InteractiveObject > interactiveObjects)
 
GetTag< T > ()
 
void RaiseClickEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseRightClickEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseDoubleClickEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseDragEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseBeginDragEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseEndDragEvent (InteractiveObject obj, InteractivePointActive p)
 

Properties

virtual IReadOnlyList< InteractiveObjectControlPoints [get, set]
 
object Tag [get, set]
 
DataGridPropertyDescriptor DisplayProperty [get]
 

Events

InteractiveActionEventHandler ClickEvent = delegate { }
 
InteractiveActionEventHandler RightClickEvent = delegate { }
 
InteractiveActionEventHandler DoubleClickEvent = delegate { }
 
InteractiveActionEventHandler DragEvent = delegate { }
 
InteractiveActionEventHandler BeginDragEvent = delegate { }
 
InteractiveActionEventHandler EndDragEvent = delegate { }