Class SFChartTrackballLabelDisplayMode
Represents the trackball label display mode.
Inheritance
System.Object
SFChartTrackballLabelDisplayMode
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartTrackballLabelDisplayMode : Enum
Fields
FloatAllPoints
Trackball displays all the labels.
Declaration
public const SFChartTrackballLabelDisplayMode FloatAllPoints
Field Value
GroupAllPoints
Display all grouped labels in touch point.
Declaration
public const SFChartTrackballLabelDisplayMode GroupAllPoints
Field Value
NearestPoint
Trackball displays only the nearest label to the touch point.
Declaration
public const SFChartTrackballLabelDisplayMode NearestPoint