Click or drag to resize

LegendBoxXY Events

LightningChart .NET Help

The LegendBoxXY type exposes the following members.

Events
  NameDescription
Public eventCheckBoxStateChanged
Occurs when the state of a series title check box has changed.
(Inherited from LegendBoxBase.)
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.
(Inherited from LegendBoxBase.)
Public eventSeriesTitleMouseDoubleClick
Occurs when a mouse button is double-clicked on a series title.
(Inherited from LegendBoxBase.)
Public eventSeriesTitleMouseDown
Occurs when a user interactive device is pressed down on a series title.
(Inherited from LegendBoxBase.)
Public eventSeriesTitleMouseMoveOverOff
Occurs when the mouse pointer moves out over the series title.
Public eventSeriesTitleMouseMoveOverOn
Occurs when the mouse pointer moves in over the series title.
Public eventSeriesTitleMouseUp
Occurs when a user interactive device button is released over a series title.
(Inherited from LegendBoxBase.)
Top
See Also