Class ChartSelectionBehavior
ChartSelectionBehavior enables the selection of individual segment in a series or chart series itself.
Inheritance
System.Object
ChartSelectionBehavior
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartSelectionBehavior : ChartBehavior
Constructors
ChartSelectionBehavior()
Declaration
public ChartSelectionBehavior()
Methods
OnSelectionChanged(ChartSelectionEvent)
Declaration
protected virtual void OnSelectionChanged(ChartSelectionEvent chartSelectionEvent)
Parameters
OnSelectionChanging(ChartSelectionChangingEvent)
Declaration
protected virtual void OnSelectionChanging(ChartSelectionChangingEvent chartSelectionEvent)
Parameters
OnTouchDown(Single, Single)
Declaration
protected override void OnTouchDown(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Overrides
OnTouchMove(Single, Single)
Declaration
protected override void OnTouchMove(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Overrides
OnTouchUp(Single, Single)
Declaration
protected override void OnTouchUp(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Overrides