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