Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class LassoSelectionController : BaseLassoController, INotifyPropertyChanged
Inheritance: objectControllerChartViewControllerBaseLassoControllerLassoSelectionController
Implements:
Inherited Members
Constructors
Initializes a new instance of the LassoSelectionController class.
C#
public LassoSelectionController()
Methods
C#
protected virtual void OnLassoSelectedPointsChanged(ChartDataPointsEventArgs e)
Raises the event.
C#
protected override ActionResult OnMouseUp(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Events
Occurs after performing a lasso selection.
C#
public event ChartDataPointsEventHandler LassoSelectedPointsChanged