Class SFChartSelectionBehavior
This class is used to enable selection in SFChart. An instance of this class need to be added to Behaviors collection.
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFChartSelectionBehavior : SFChartBehavior
Constructors
SFChartSelectionBehavior()
Declaration
public SFChartSelectionBehavior()
Methods
DidDataPointSelect(SFChartSelectionInfo)
Tells the receiver when data point selection process has been ended.
Declaration
public virtual void DidDataPointSelect(SFChartSelectionInfo selectionInfo)
Parameters
Type | Name | Description |
---|---|---|
SFChartSelectionInfo | selectionInfo | that carries selection information to the receiver. |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
MouseDown(CGPoint, NSEvent)
Declaration
protected override void MouseDown(CGPoint locationInChart, NSEvent theEvent)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGPoint | locationInChart | |
AppKit.NSEvent | theEvent |
Overrides
WillDataPointSelect(SFChartSelectionChangingInfo)
Tells the receiver when data point selection process has been started.
Declaration
public virtual void WillDataPointSelect(SFChartSelectionChangingInfo selectionChangingInfo)
Parameters
Type | Name | Description |
---|---|---|
SFChartSelectionChangingInfo | selectionChangingInfo | that carries selection information to the receiver. |