Class TrackballLabelDisplayMode
Represents the trackball label display mode to specify whether to display label for all the data points along the vertical line or display only single label.
Inheritance
System.Object
TrackballLabelDisplayMode
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class TrackballLabelDisplayMode : Enum
Fields
FloatAllPoints
Trackball displays all the labels
Declaration
public const TrackballLabelDisplayMode FloatAllPoints
Field Value
Type |
---|
TrackballLabelDisplayMode |
GroupAllPoints
Trackball displays label for all the data points that are grouped.
Declaration
public const TrackballLabelDisplayMode GroupAllPoints
Field Value
Type |
---|
TrackballLabelDisplayMode |
NearestPoint
Trackball displays only the nearest label to the touch point
Declaration
public const TrackballLabelDisplayMode NearestPoint
Field Value
Type |
---|
TrackballLabelDisplayMode |