Class SFChartTrackballActivationMode
Represents the trackball activate mode.
Inheritance
System.Object
SFChartTrackballActivationMode
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartTrackballActivationMode : Enum
Fields
LongPress
Trackball activates only on long press mode.
Declaration
public const SFChartTrackballActivationMode LongPress
Field Value
Type | Description |
---|---|
SFChartTrackballActivationMode |
None
No touch events are activated on none mode.
Declaration
public const SFChartTrackballActivationMode None
Field Value
Type | Description |
---|---|
SFChartTrackballActivationMode |
TouchMove
Trackball activates only on touch move mode.
Declaration
public const SFChartTrackballActivationMode TouchMove
Field Value
Type | Description |
---|---|
SFChartTrackballActivationMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |