Click or drag to resize

LegendBoxBase Events

LightningChart .NET Help

The LegendBoxBase type exposes the following members.

Events
  NameDescription
Public eventCheckBoxStateChanged
Occurs when the state of a series title check box has changed.
Public eventDraggedByUser
Dragged by user.
(Inherited from DraggableObject.)
Public eventHighlightedStateChanged
Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase.)
Public eventMouseClick
Mouse button has been clicked.
(Inherited from UserInteractiveObject.)
Public eventMouseDoubleClick
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.)
Public eventMouseDown
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.)
Public eventMouseOverOff
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.)
Public eventMouseOverOn
Mouse has been moved over object.
(Inherited from UserInteractiveObject.)
Public eventMouseUp
Mouse button has been released.
(Inherited from UserInteractiveObject.)
Public eventSeriesTitleMouseClick
Occurs when a user interactive device button is clicked on a series title.
Public eventSeriesTitleMouseDoubleClick
Occurs when a mouse button is double-clicked on a series title.
Public eventSeriesTitleMouseDown
Occurs when a user interactive device is pressed down on a series title.
Public eventSeriesTitleMouseUp
Occurs when a user interactive device button is released over a series title.
Top
See Also