Specifies available actions to perform selection of plot elements.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public enum SelectionAction
Visual Basic
Public Enumeration SelectionAction

Members

Member nameDescription
None Selection disabled.
MouseDown Mouse down.
LeftMouseDown Left mouse down.
RightMouseDown Right mouse down.
MouseOver Mouse over.

See Also